
ISIC (v0.06)	11/10/2004, by Shu Xiao (sxiao@cisco.com)

	- Change to link with Libnet 1.1.x:

		With minimum code change to replace old calls to Libnet 1.0.x
		with Libnet 1.1.x functions, and keep Mike's major fuzzing 
		algorithm untouched.
		
		Also found that v0.05 had checksum error with esic, which 
		rooted from bug of Libnet 1.0.x. v0.06 esic works fine with 
		Libnet 1.1.x 

	- More accurate datapush rate calculation: 

		In v0.05 isic, tcpsic, udpsic and icmpsic code, the return
		value of the call to packet sending function was not checked.
		But it actually could fail and return -1, in which case the
		datapush byte count was calculated wrong. v0.06 code skips
		failed cases of data pushing.
 	
	- Fixed esic MAC address printout bug:

		v0.05 esic has a minor problem with MAC address printout.
		The source and destination MAC addresses was actually reversed.
