--------------------------------------------------------
$Id: CHANGELOG,v 1.2 2000/06/24 18:45:01 obecian Exp $
========================================================
N E M E S I S  -  TCP/IP Packet Injection  [CHANGELOG]
====-v1.1-==============================================

1.1     - Injection fixes - DNS (no frame on layer 2), ICMP (false reporting)
          New packet payload hex dumping algorithm created from scratch...
            many people rip tcpdump's hex dumping algorithm, which might
            be more robust, but this is 100% my OWN algorithm -- so if
            it totally sucks, please tell me and I will rip tcpdump's
            algorithm.  I think it works nice and is considerably less code
            than the other flavors.
          ICMP man page update - ICMP types/codes notated, so you don't have
            to refer to the source.
          Payload fixes

          (NOTE: nemesis is only being maintained for bugfixes now.
           A next generation of the tool is currently being developed
           that will have a shell based interface rather than a command
           line.  As future features are implemented, it will become
           readily apparent why this is being done.)

1.0     - Injection fix - non-payload packet wasn't injecting after
          changes made between 0.9.1 and 1.0pre1 releases

1.0pre1 - MANY bugfixes, packet stream loop tightening, Binary payload
          now does what it is supposed too ;)
          Socket fixes -- tested with large files

0.9.1   - b0rked the ethernet checksums patch, recoded and verified

0.9     - OSPF completed (5 additional packet types)
          autoconf adjustments to ease into obsd ports tree
          patches supplied by: <brad@comstyle.com>

0.8     - autoconf style configuration
          misc cosmetic fixes
		  
0.7     - addition of DNS protocol
          addition of IGMP protocol
          addition of RIP protocol
          finished layer 2 support for all completed protocols

0.666b  - getopt() fixes to OSPF and ICMP
          misc cosmetic fixes

0.666a  - initial public release
          ARP, ICMP, OSPF*, TCP, UDP implemented (* unfinished)
