
You need LIBNET to link ISIC against.
http://www.infonexus.com/~daemon9/Projects/Libnet
http://www.packetfactor.net/libnet


Install:
	./configure
	make
	make install
	make clean	# Optional

It successfully builds and works on:
	FreeBSD 3.1
	Debian Linux 2.1 (Hamm)		<- Named after Toy Story!



What should you use as the sending computer?
	There are pro's and con's to both BSD and Linux.

FreeBSD:  Has an extremely intelligent IP stack.  It assumes that it is more
	intelligent than the programmer.  (It almost always is).  So it will
	clean up some really bad IP Packets.

Linux:	Linux has a brain-dead stack.  So when you send a packet and it is
	totally illegal, it will still send it.  But I have seen linux
	filling the pipe with UDP packets from a raw socket and the linux
	kernel decided to mangle ALL of the UDP checksums.

OpenBSD:  Now you're talking :-)  I can't test it right now because my keyboard
	controller keeps flaking out.  Ratty Intel hardware.


