************************************************************************
Overview
************************************************************************
In this example, we show how to use transaction DPI feature, specifically
- register Q_MPA_TRANSACTION attribute on all supported signatures
- print transaction string using helper 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
************************************************************************
./transactional_dpi <pcap_file>

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