OSDN Git Service

2013.10.24
[uclinux-h8/uClinux-dist.git] / lib / Libnet / doc / README
1 ===============================================================================
2     LIBNET 1.0 (c) 1998 - 2001 Mike D. Schiffman <mike@infonexus.com>
3                                http://www.packetfactory.net/libnet
4 ===============================================================================
5
6
7     "libpwrite"
8     A C library for portable packet creation.
9
10     Libnet is an API to help with the construction and handling of network
11     packets.  It provides a portable framework for low-level network
12     packet writing and handling (use libnet in conjunction with libpcap and
13     you can write some really cool stuff).  Libnet includes packet creation
14     at the IP layer and at the link layer as well as a host of supplementary
15     and complementary functionality.  Libnet is very handy with which to
16     write network tools and network test code.  See the manpage and sample
17     test code for more detailed information.
18
19 EOF