************************************************************************
Overview
************************************************************************
This example shows how to use the Upper HTTP/HTTPS API to 
add your own http/https based protocol plugins.
It adds 2 new protocols plugins:
- qosmos: this protocol plug-in classifies 
  HTTP traffic to the host 'qosmos.com'.
- httpbin: this protocol plug-in classifies 
  SSL traffic to the host 'httpbin.org'.

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

A pcap file is included for quick testing:
http_https_get_workflow.pcap

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