************************************************************************
Overview
************************************************************************
This example shows how to use the stream injection API
for use with an already existing flow manager (Custom Flow Manager). 
In this example, the flow manager is a simple LRU hashtable that
only supports TCP/UDP flows over IPv4. 
All required steps are highlighted in the si_process() function.

************************************************************************
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
************************************************************************
./stream_injection <pcap_file>

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