Thu Nov  9 12:14:15 2000 EKR <ekr@rtfm.com>
	* Cleanups to the man page and cleaned up some cases
	  where printing didn't work quite right. 
	
Mon Nov  6 10:22:25 2000 EKR <ekr@rtfm.com>
	* Added the -X flag to force hex-only printing when
	  binary data is displayed as hex dumps.
	
Fri Nov  3 09:23:35 2000 EKR <ekr@rtfm.com>
	* cleaned up the case where multiple handshake messages
	  are in the same SSL record.

Fri Nov  3 09:14:39 2000 EKR <ekr@rtfm.com>
	* Modified printing so that when we're printing hex dumps
	  of application data traffic we also print the printable
	  sections of the data itself in a column on the side.

Thu Nov  2 14:14:21 2000 EKR <ekr@rtfm.com>
        * Modified cipher suite printing so that the names have
	  SSL_ if we're doing SSLv3 and TLS_ if we're doing TLS.
	  Suggestion by Eric Murray.
	
Thu Nov  2 13:07:09 2000 EKR <ekr@rtfm.com>
	* Fixed an ABW in ssldecode.c that caused crashes
	  on Solaris. Also, fixed a bunch of memory leaks
	  using Purify.
	
Thu Nov  2 08:45:42 2000 EKR <ekr@rtfm.com>
	* Various Portability fixes
	  CC=gcc -> CC=@CC@ in Makefile
	  Removed FLAGS in Makefile (it was a noop)
	  in base/tcpconn.c, changed {} to {0} to appease HPUX's compiler
	  made create_null_analyzer.c static as it should be.
	  Removed the final (bogus) entry in null_vtbl.
	  made sslx__print_serial() static to match its prototype
	  Rearranged library order for better linkage
	  Thanks to Lutze Jainecke for these fixes.
	
Thu Nov  2 08:41:10 2000 EKR <ekr@rtfm.com>
	* Added -r as a synonym for -f. -f will eventually
	  be removed and reused for some other option.
	  This was done for option compatibility with tcpdump
	  and on the theory that someday I might add a -w.

	* Renamed -h to -H and added it to the documentation.
	  -h now triggers usage info.
	
Thu Nov  2 08:38:06 2000 EKR <ekr@rtfm.com>
	* Removed blank lines in the man page. This confuses some
	  man page formatters. (Thanks to Hugh Mandeville for pointing
	  this one out)
	
Thu Nov  2 08:37:59 2000 EKR <ekr@rtfm.com>
	* Wired up -N (it was unwired)
	
Thu Nov  2 08:37:47 2000 EKR <ekr@rtfm.com>
	* Added -D_BSD_SOURCE=1 when you're compiling on Linux.
	  (Allowing it to compile)

	
	 
	

