************************************************************************
Overview
************************************************************************
In this example, we show how to use callbacks on metadata to extract
file content accross several protocols.

************************************************************************
Installation
************************************************************************
make: build application
make install: install application in src/bin directory

Notes:
build is dynamic by default.
Set STATIC=1 for static build.
Set DEBUG=1 to get debug info.

The maximum number of open file descriptors may be too small depending
on the pcap.
To change it: ulimit -n <number>.
(to view the default value: ulimit -n)

************************************************************************
Usage
************************************************************************
./file_reconstruction <pcap_file>

A pcap file is included for quick testing:
http_get_gif_file_workflow.pcap

The LD_LIBRARY_PATH variable can be set as follows from this directory:
$ export LD_LIBRARY_PATH=../../../lib
