v0.1b - Packet mechanism is SOCK_PACKET.
v0.2b - Packet mechanism expanded to libpcap and SOCK_PACKET.
v0.3b - 
	-Changed the code to compile under RedHat 5.0 (glibc, not libc)
	-Tested under cmu-snmp v1.9
v0.4b -
	- Cleaned the code to compile cleanly with glibc.
	- SnmpSniff now compiles with CMU-SNMP v1.10.
	- Added the -r to resolve IP's to FQDN's.
v0.5b -
	- Ryan Troll (ryan+@andrew.cmu.edu) ported my code to Solaris 2.5.1,
	Ultrix 4.1.3 and Irix 6.2 - He also changed my building mechanism to a
	much more elegant GNU Autoconf one. Ryan successfuly ran snmpsniff in 
	Solaris 2.5.1 and Linux.
v0.6b -
	- Added a community based filtering mechanism "-l commstring".
	- Added a PDU type filtering mechanism "-t type".
v0.7b - 
	- Solved a bug that actually stoped snmpsniff from working... :(
	(I'll debug my programs properly next time...)
	- Added a trap proxy capability "-p host".
v0.8b -
	- Portability changes by Amos Shapira.
	- Portability changes by Nuno Leitao.
	- No longer includes mib-v2.txt
v0.9b -
	- Added a verbose (-v) flag.
	- Made the output line oriented (setlinebuf(stdout)).
	- Included a perl directory, where future Perl scripts will be placed.
	- Included "snmpstat", on the perl directory.
v1.0  -
	- First "stable" enough version.
	- Added some tests to configure.in to detect Solaris and remove -O if
	using GCC.
