************************************************************************
Overview
************************************************************************
This application is an example of multithreaded extraction 
using the pcap API.

************************************************************************
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.

************************************************************************
Usage
************************************************************************
./pcap_integration [--no-print] [-n nb_thread] pcap_file1 <pcap_file2...>
Options:
        --no-print: Do not print classification
        -n nb_thread: Number of threads to launch

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