History of exscan
	v0.4 - feature addition (2-12-99)
		* included file documenting compiling on Ultrasparc
		* improved support for BSD unix flavors
		* added QueSO-only option - no port scan (-o)
		* added to queso.conf: Linux 2.2.xx to Linux 2.1.xx lines
		* fixed queso.conf problem:  UnixWare and Jetstream 6000
		* QueSO port chosen after scan, to ensure open port
		* removed PKTDEBUG/CONFIGDEBUG/SALVAR code from QueSO code
		* fixed _BSD_SOURCE redefinition compiler warning
		* added on-screen help option (-h or -?)
		* added option of printing output to file (-f <file>)
		* output reworked - added verbosity mode
	v0.3 - feature addition (1-2-99)
		* added QueSO functionality - remote OS identification
		* improved on-screen help
		* fixed Quote of the Day/Character Generator switch bug
		* added services: sunrpc (111), auth (113), mount (635)
		* added command line options:
			-l (only list services - do not scan)
			-q (disable QueSO functionality)
			-V (print version information)
		* rewrote command line argument parsing code
		* QueSO automatically disabled, if unable to use RAW sockets
		* hostname not required to use "-l" (only list services)
		* updated documentation
	v0.2 - maintenance release (12-18-98)
		* split source files and added "main.h"
		* updated documentation
		* improved on-screen help
		* allow declaring multiple ports to scan on command line
		* added error checking of command line input
		* IP address of target is now shown correctly (fixed bug)
	v0.1 - initial release (12-11-98)

Enhancements to be made (the to-do list) ...
	future versions
	* create man page
	* create configure script
	* install all files - the text files too!
	* add RPM packaging
	* fix problem if filename is after hostname
	* add option of reading IP addresses to scan from file
	* add additional support for telnet
	* allow specifying any port and method on command line
	     (outside of already chosen ports)
	* rewrite code for checking command line/choosing port
	* allow full scan - not limited to defined ports
	* allow randomizing of port scan order
	* add "interactive mode" (menus, etc.)
	* add support for SOCKS proxy (?)
	* add UDP scanning (?)
	* add ping scan (?)

	ongoing
	* add more services
	* check for new queso.conf
	* update documentation
	* update OUTPUT

