2006-11-24      Matthieu Nottale (reported by dries at ulyssis dot org)
         fix bsocket_l.h header bug preventing compile with some versions of gcc
2004-11-13      Matthieu Nottale
	* added RouterToSameInterface configuraiton parameter to handle the case where packets are routed back to the same interface
	* Corrected the behavior for the critical couples: if no packet uses the correct IP/MAC couple, packets using IP2/MAC are now correctly logged.
2003-10-21	Matthieu Nottale
	* added DHCPSERVER trouble type: dhcp reply not comming from registered DHCP server
	* corrected a bug that caused the continuation flag to have reverse meaning.
2003-09-29	Matthieu Nottale
	* changed MAC formats to use ":" as a separator
	* added per-trouble LogInterval configuration
	* DHCP no longer show in SOURCE_MISMATCH, nor do broadcasted and multicasted packets.
2003-09-21	Matthieu Nottale
	* various spoofing (mainly arp related) detection
	* corrected a buffer overrun in the two main logging functions
	* reformated output to always use the same separator 
	* gateway validation (packets to IPs outside subnet or from IPs outside subnet must have the MAC of an appropriate Gateway)
	* CriticalCouples support: troubles involving specific IPs/MACs are marked differently
2003-09-10	Matthieu Nottale
	* support for a configuration file
	* options added to selectively disable logging of specific events 
	* updated man pages
2003-04-xx	Cosme Sevestre
	* Makefile(s) modifications
	* .cpp -> .C to match Unix standards
	* license -> COPYING
	* added CHANGELOG.gz TODO and INSTALL
	* added docs/
		|-- Makefile
		|-- arphound.8
		`-- arphound.conf.5
	* added shared/ for daemon
	        |-- pidfile.C
	        `-- pidfile.h
	* added scripts/
	        `-- arphound.init
	  WARNING: this script is probably debian specific !!
	* in src/arphound.C :
	  |- geteuid check for root execution  (#include <unistd.h>)
	  |- added daemon mode using pidfile from sysklogd and ippl
	  `--> modifications in arphound.C are between '// ADDED' and '// END-ADDED' marks
