Blame README

Packit 03b34a
===============================================================================
Packit 03b34a
    $Id: README,v 1.4 2004/03/01 20:26:11 mike Exp $
Packit 03b34a
    LIBNET 1.1 (c) 1998 - 2004 Mike D. Schiffman <mike@infonexus.com>
Packit 03b34a
    http://www.packetfactory.net/libnet
Packit 03b34a
    LIBNET 1.1.3+ (c) 2009 - 2012 Sam Roberts <vieuxtech@gmail.com>
Packit 03b34a
===============================================================================
Packit 03b34a
Packit 03b34a
Packit 03b34a
libnet has become unmaintained at packetfactory.net, and it's author is unreachable.
Packit 03b34a
Packit 03b34a
This version was forked from the 1.1.3 release candidate, then bug fixed,
Packit 03b34a
actively maintained, and rereleased.
Packit 03b34a
Packit 03b34a
Contact Sam Roberts <vieuxtech@gmail.com> if you have patches or have found bugs.
Packit 03b34a
Packit 03b34a
Newest code is at:
Packit 03b34a
Packit 03b34a
  http://github.com/sam-github/libnet
Packit 03b34a
Packit 03b34a
Releases are at:
Packit 03b34a
Packit 03b34a
  http://sourceforge.net/projects/libnet-dev/
Packit 03b34a
Packit 03b34a
Some old docs are at:
Packit 03b34a
Packit 03b34a
  http://packetfactory.openwall.net/projects/libnet/index.html
Packit 03b34a
Packit 03b34a
    A C library for portable packet creation and injection.
Packit 03b34a
 
Packit 03b34a
    Libnet is an API to help with the construction and handling of network
Packit 03b34a
    packets.  It provides a portable framework for low-level network
Packit 03b34a
    packet writing and handling (use libnet in conjunction with libpcap and
Packit 03b34a
    you can write some really cool stuff).  Libnet includes packet creation
Packit 03b34a
    at the IP layer and at the link layer as well as a host of supplementary
Packit 03b34a
    and complementary functionality.  Libnet is very handy with which to
Packit 03b34a
    write network tools and network test code.  See the manpage and sample
Packit 03b34a
    test code for more detailed information.
Packit 03b34a
    
Packit 03b34a
    Your old code (circa libnet-1.0.x) WILL NOT WORK with libnet-1.1.x.
Packit 03b34a
    Read doc/MIGRATION for easy steps on porting your old code.
Packit 03b34a
Packit 03b34a
EOF