File: README

package info (click to toggle)
libnet 1.1.4-2
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 5,756 kB
  • ctags: 5,149
  • sloc: ansic: 17,745; sh: 8,828; makefile: 146
file content (34 lines) | stat: -rw-r--r-- 1,491 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
===============================================================================
    $Id: README,v 1.4 2004/03/01 20:26:11 mike Exp $
    LIBNET 1.1 (c) 1998 - 2004 Mike D. Schiffman <mike@infonexus.com>
                               http://www.packetfactory.net/libnet
===============================================================================


libnet has become unmaintained at packetfactory.net, and it's author is unreachable.

This version was forked from the 1.1.3 release candidate, then bug fixed,
actively maintained, and rereleased.

Home page and more info is available at:

    http://github.com/sam-github/libnet

Contact Sam Roberts <vieuxtech@gmail.com> if you have patches or have found bugs.


    A C library for portable packet creation and injection.
 
    Libnet is an API to help with the construction and handling of network
    packets.  It provides a portable framework for low-level network
    packet writing and handling (use libnet in conjunction with libpcap and
    you can write some really cool stuff).  Libnet includes packet creation
    at the IP layer and at the link layer as well as a host of supplementary
    and complementary functionality.  Libnet is very handy with which to
    write network tools and network test code.  See the manpage and sample
    test code for more detailed information.
    
    Your old code (circa libnet-1.0.x) WILL NOT WORK with libnet-1.1.x.
    Read doc/MIGRATION for easy steps on porting your old code.

EOF