**********************************************************
Overview
**********************************************************
This tool lets you display requested protocol attributes
over a pcap file or a network interface.

**********************************************************
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
**********************************************************
To get full usage just type: "./pcap_analyzer".

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