The Netbench Framework
==========================

The Netbench Framework consists of several experimental subdirectories where each project stores its specific libraries and tests. There is a common library in common directory. In order to be able to use this library you have to source a setup.sh script and install the pylibpcap library

Installation
------------
. setup.sh

pylibpcap installation
----------------------
Standard libpcap and libpcap-dev library at least version 0.7.1 is required.

wget http://downloads.sourceforge.net/project/pylibpcap/pylibpcap/0.6.2/pylibpcap-0.6.2.tar.gz
tar xzvf pylibpcap-0.6.2.tar.gz
cd pylibpcap-0.6.2
python2.6 ./setup.py build
sudo python2.6 ./setup.py install
