INSTALL 552 B

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