************************************************************************
Overview
************************************************************************
This example processes packets from a pcap file and shows classification
results along with IP and Port information for each flow.
Classification information is only shown if the classification path has
changed during packet processing.

The example can use Traffic Distribution Module in order to suggest a
new upper protocol above flow having a path finished by http, ssl, https,
quic, http2, spdy

The example can use Classification Cache in order to suggest a
classification path on the first packet of a flow.

************************************************************************
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
************************************************************************
./classification [option] <pcap_file>
[option]:
--tdm-classif-ext: activate tdm and give classification extension on unknown
protocols if exists into tdm tables
--classification-cache-enable: enable classification cache first packet classification


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