===============================================================================
    LIBNET          (c) 1998, route|daemon9 <route@infonexus.com>
===============================================================================


Installation:
-------------
0. nroff -man doc/libnet.3 | less
1. make
2. make test
3. make install


Version     Released        Changes
-------------------------------------------------------------------------------
    0.6     06.21.98        Fixed UDP checksum.  Removed USE_NAME CPP option
                            made it a run time decision.  Makes code more
                            extensible, but breaks backward compatability.

    0.5     06.02.98        Added TCP/UDP/IP packet assembly routines.
                            Added a checksum function.
                            Added a manpage.
                            Removed daemonizing function (BSD has one).
                            UDP checksums broken...

    0.4     01.12.98        IP checksum (x86 assembly implementation).

    0.3     01.12.98        daemonizing function.

    0.2     01.11.98        raw socket function changed to allow user 
                            designated protocol for raw socket

    0.1     01.05.98        Initial release, contains: 
                            network byte order -> human readable IP address,
                            human readable IP address -> network byte order,
                            simple raw socket / IP_HDRINCL wrapper,
                            TCP checksum (x86 assembly implementation)
EOF
