To compile this program package run:

  make

To install the program into /usr/local run this as root:

  make install  

To remove the files made by the "make" command run:

  make clean
  
To remove the program from /usr/local run this as root

  make uninstall

NOTE: This program package requires the pcap libarary which is a part of the 
tcpdump program. This program packet is only tried compiled under Redhat 
Linux 5.2 together with version 0.4 of the pcap library. When pcap is 
installed from the Redhat 5.2 RPM package it requires a modification in one of 
it's header files in order to compile. I guess this is an error in Redhat
Linux 5.2.
