Annotation of embedaddon/libnet/README, revision 1.1

1.1     ! misho       1: ===============================================================================
        !             2:     $Id: README,v 1.4 2004/03/01 20:26:11 mike Exp $
        !             3:     LIBNET 1.1 (c) 1998 - 2004 Mike D. Schiffman <mike@infonexus.com>
        !             4:                                http://www.packetfactory.net/libnet
        !             5: ===============================================================================
        !             6: 
        !             7:     A C library for portable packet creation and injection.
        !             8:  
        !             9:     Libnet is an API to help with the construction and handling of network
        !            10:     packets.  It provides a portable framework for low-level network
        !            11:     packet writing and handling (use libnet in conjunction with libpcap and
        !            12:     you can write some really cool stuff).  Libnet includes packet creation
        !            13:     at the IP layer and at the link layer as well as a host of supplementary
        !            14:     and complementary functionality.  Libnet is very handy with which to
        !            15:     write network tools and network test code.  See the manpage and sample
        !            16:     test code for more detailed information.
        !            17:     
        !            18:     Your old code (circa libnet-1.0.x) WILL NOT WORK with libnet-1.1.x.
        !            19:     Read doc/MIGRATION for easy steps on porting your old code.
        !            20: 
        !            21: EOF

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>