v1.35
	o appears that the release of 1.34 had only one of the 
	  match optimizations: somehow only the tcp match was updated;
	  udp change was omitted.  fixed.
	o moved -v (version) to -V
        o added -v (grep -v), invert match
	o added -d lo (null linktype)
	o added ability to match proto icmp 
	o updated configure.in to handle old installations of pcap
	  more gracefully (i.e. continue on by adding the necessary
	  defines and just gripe) 

v1.34
	o merged in patch from Andrew W. Flury <aflury@nas.nasa.gov>
	  for hex printing, made minor modification to patch to not
	  print off the end of the buffer
	o added an optimization for the case where no regex was
	  specified; should account for a little speed up

v1.33
	o fragment changes, this should be it

v1.32
	o switched around regex -w/-i logic
	o fragment bugfixes

v1.31
	o added -A (match after)
	o Makefile.in changes 
	o configure.in changes for solaris
	o added manpage (ngrep.8)

v1.30 

	o bugfix: wasn't malloc'ing enough for word_regex
	o bugfix: case-insensitive was tolower()ing the word_regex
	  itself 

v1.29

	o added -e (show empty)
	o one or two safe, preemptive changes catching possible int
	  overflows 

v1.28

	o added -n
	o no required arguments anymore
	o regex's are not required anymore, can just be bpf logic
	o probably a bugfix or two



