History of exdump
	v0.2 - feature addition (4-11-99)
		* cleaned code and updated main.h
		* compatible with BSD-type systems
		* less CPU intensive (set low priority)
		* now responsible for <Ctrl-Break> and other signals
		* segmentation fault (with UDP packets) debugged
		* add option to watch TCP, UDP, or ICMP (default: all)
		* add support for UDP packets
		* add support for ICMP packets
		* operate sockets in non-blocking mode
		* source files broken apart (by protocol: TCP, UDP, ICMP)
		* added header file (main.h)
		* option of all files		(make install)
			or only executable	(make install-exec)
			or only documents	(make install-doc)
		* install all files (including text files)
		* added configure/make/install installation process
	v0.1 - initial release (2-10-99)

Enhancements to be made (the to-do list) ...
	future versions
	* fix UDP getservbyport problem with values around 28929 (?)
	* become promiscuous mode
	* provide RPM (source and binary) distribution
	* align and improve output in verbose mode
	* add support for IGMP and other protocol packets
	* allow local and outside packet watch
	* combine range options (local, outside, all packets)
	* allow fork to daemon status
	* add visual/interactive version (exwatch)


