123456789101112131415161718192021222324 |
- $Id: INSTALL 767 2004-10-06 12:48:49Z aturner $
- You'll need:
- - libnet 1.1.x (1.1.1 or greater is recommended)
- http://www.packetfactory.net/Projects/libnet/
- - libpcap >= 0.6 (0.7 or greater is recommended)
- http://www.tcpdump.org/
- - libpcapnav >= 0.4 (Optional. If you want the jump to byte offset feature)
- http://netdude.sf.net/
- - tcpdump (Also optional. If you want packet decoding of sent packets)
- http://www.tcpdump.org/
- Run:
- ./configure ; make
- Run as root:
- make test -i (optional)
- make install
- For more detailed information, see the FAQ.
|