-- 5/1/99 --
	- Version 0.0.6 -
	* Added the reverse DNS for IP addresses.
	* Added a 'hosts' tab to the main window.
	* Resculpted how addresses are stored in Gnusniff.

-- 2/1/99 --
	- Version 0.0.5 -
	* Added the UDP protocol.
	* Added the DNS protocol. (hate hate hate... I *HATE* DNS now... :-)
	* Added a summary for IPv4.
	* Replaced the IPv4 checksum code so it no longer uses assembler.
	* Fixed some of the GTK stuff so it works with Gtk v1.1.11.
-- 1/1/99 --
	- Version 0.0.4 -
        * Removed packet viewer window. Now uses 3 panes within data tab.
	  IMHO, this is nicer.
	* Made some friendly little summaries for each packet for each
	  protocol, for use within the 3 pane window.
	* Added the IPX protocol. Well sort of.
	* Added the TCP protocol.
	   - It doesn't do options, but it's enough to get by...
	* Fixed ethernet frame decoding a bit.
	   - Now at least it shows up in the decoding of the packet,
	     although none of the fields are interpreted.
	* Made the capture control buttons not fill the entire window.
-- 31/12/98 --
        - Version 0.0.3 -
	* Fixed the general brokenness of the packet viewer window. It's
	  nicer and it should work a bit better now.
	* Fixed the autoconf stuff a bit. It should work a bit better now.
        * Made it so that if you click on a packet in the data list, it
	  reuses any existing viewing windows if possible.
	* Cleaned up the distribution archive a bit.
        * Returned after a holiday
-- 23/12/98 --
	- Version 0.0.2 -
	* Added Ethernet 802.2, 802.3, II, and SNAP protocols as someone
	  wanted them. Next on the todo list is TCP.
	* Added error dialog box when user tries to sniff as non-root
	  user.
	* Made the code warning free with -Wall.
	* Made the sniffing control tab a bit nicer.
	* Minor changes to packet_t and sniff_t structures.
	* Renamed ipv4.c to p_ipv4.c, added p_ether.c
-- 02/11/98 --
	- Version 0.0.1 -
	* Initial revision.
	* I originally called this 0.1, but changed it with the advent of
          0.0.2. Ok, so shoot me.
	* Actually released about 20/12/98. (Although the project laid
	  dormant from 02/11/98-20/12/98
