************************************************************************
Overview
************************************************************************

This application is an example of 2 instances using the pcap API.

We will inject the packets in each instance but we have a different 
configuration for each.

For the first instance, we register the extraction of LOGIN and SERVER 
attribute for the IRC protocol.

For the second instance, we enable only the protocols IP, TCP, UDP and 
HTTP. We register the extraction of SERVER and URI attributes of the 
HTTP protocol.

During execution we will indicate the id of each instance along with 
the information it has provided.

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

Notes:
build is dynamic only.
Set DEBUG=1 to get debug info.

************************************************************************
Usage
************************************************************************
./multi_instance bundle1.so bundle2.so pcap_file
  bundle1.so: bundle for 1st instance
  bundle2.so: bundle for 2nd instance

Note: The bundle libraries (libqmbundle.so) used for each instance should
not have the same path (this limitation will be removed in a future version).

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