Requirements ------------ libpcap 0.7.2 or higher. You can use earlier versions if you hack your libpcap include files to fix a minor C++ bug in the pcap.h header file as described in README. If you wish to use the included bpfgraph utility (in the tools directory within the source distribution) you will need to install the GD::Graph perl module. Building and Installing ----------------------- To build and install: ./configure make make install Run ./configure --help to see a list of options to change things like the installation directory. If configure tells you you don't have pcap.h when you do, or if make fails with previous declaration errors, see README. If desired, copy tools/bpfgraph to a bin directory.