File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / libnet / README
Revision 1.1.1.2 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Mon Jul 22 11:54:41 2013 UTC (10 years, 11 months ago) by misho
Branches: libnet, MAIN
CVS tags: v1_1_6p5, v1_1_6p4, v1_1_6p0, v1_1_6, HEAD
1.1.6

    1: ===============================================================================
    2:     $Id: README,v 1.1.1.2 2013/07/22 11:54:41 misho Exp $
    3:     LIBNET 1.1 (c) 1998 - 2004 Mike D. Schiffman <mike@infonexus.com>
    4:     http://www.packetfactory.net/libnet
    5:     LIBNET 1.1.3+ (c) 2009 - 2012 Sam Roberts <vieuxtech@gmail.com>
    6: ===============================================================================
    7: 
    8: 
    9: libnet has become unmaintained at packetfactory.net, and it's author is unreachable.
   10: 
   11: This version was forked from the 1.1.3 release candidate, then bug fixed,
   12: actively maintained, and rereleased.
   13: 
   14: Contact Sam Roberts <vieuxtech@gmail.com> if you have patches or have found bugs.
   15: 
   16: Newest code is at:
   17: 
   18:   http://github.com/sam-github/libnet
   19: 
   20: Releases are at:
   21: 
   22:   http://sourceforge.net/projects/libnet-dev/
   23: 
   24: Some old docs are at:
   25: 
   26:   http://packetfactory.openwall.net/projects/libnet/index.html
   27: 
   28:     A C library for portable packet creation and injection.
   29:  
   30:     Libnet is an API to help with the construction and handling of network
   31:     packets.  It provides a portable framework for low-level network
   32:     packet writing and handling (use libnet in conjunction with libpcap and
   33:     you can write some really cool stuff).  Libnet includes packet creation
   34:     at the IP layer and at the link layer as well as a host of supplementary
   35:     and complementary functionality.  Libnet is very handy with which to
   36:     write network tools and network test code.  See the manpage and sample
   37:     test code for more detailed information.
   38:     
   39:     Your old code (circa libnet-1.0.x) WILL NOT WORK with libnet-1.1.x.
   40:     Read doc/MIGRATION for easy steps on porting your old code.
   41: 
   42: EOF

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