Key: KFS - Karyl F. Stein <xenon@xenos.net>
     JHS - J Hadi Salim <ad828@freenet.carleton.ca>

02 Mar 1998: 0.6b released

   * JHS: Fixed glitch in generated header length, packet length, and checksum
           values in make{ip, tcp, udp}.
   *      Moved some verbose functionality of various modules to datadisp.c.
   *      Wrote makeeth, sendeth, and packet display functions, (datadisp.c).
   *      Added verbose functionality and argument parsing to sendpacket.c.
   * KFS: Made usage() messages print to stderr.
   *      Allow multiple input files, (-i arguments), to make{ip, tcp, udp,
           eth}.
   *      General code clean-up.

15 Sep 1997: 0.5b released

   * KFS: Made tos field generated by maketcp have the correct byte ordering,
           (as reported by Brecht Claerhout <coder@reptile.rug.ac.be>).
   *      Moved checksum calculations, options and data reading, and packet
           writing functions to spak_func.c.
   *      Made input more efficient by allocating a buffer instead of resizing
           the input buffer by one each time a character was read.  This
           wastes some space, but not much, (depending on the size of the
           buffer), and speeds things up.
   *      Wrote makeudp.

13 Sep 1997: 0.4a released

   * KFS: Fixed checksum computation in maketcp_func.c.
   *      Added the ability to read data from stdin and to send data to stdout
           by default.  This allows you to chain the modules together with
           pipes instead of having to create temporary data files.

20 Apr 1997: 0.3a released

   * KFS: Fixed checksum computations in {maketcp | makeip}_func.c to work
           correctly on SunOS.
   *      Cleaned up packet writing in makeip and maketcp.

10 Apr 1997: 0.2a released

   * KFS: Fixed some problems with compiling on SunOS.
   *      Rewrote argument parser to be faster.
   *      Rewrote input routines so that checksums and packet lengths could be
           calculated correctly.
   *      Fixed output routines.
   *      Added the ability for multiple input files to maketcp and makeip.

29 Mar 1997: 0.1a released

   * KFS: Wrote sendpacket program.
   *      Added a config.h file and a Makefile.SunOS for easy porting to
           SunOS, (tested on 5.5.1).
   *      Fixed IP and TCP header checksums.

26 Mar 1997: pre-0.1a released

   * KFS: Original program written.
