TraceProto INSTALL
------------------

Note 1)
TraceProto requires libnet version 1.1.0 or higher to compile.

Note 2)
TraceProto requires pcap to compile.

The install for traceproto is fairly straight forward.
In most cases:

untar/ungzip the tarball using your favorite method.

./configure
make
make install

If you want traceproto to run when called by a non-root user
you will need to manually chmod it for the suid.  Currently
it does not install suid.


You may need to specify the libnet or pcap options
using --with-pcap-dir=/path/to/dir or
--with-libnet-dir=/path/to/dir.

For other compile options see ./configure --less
