summaryrefslogtreecommitdiffstats
path: root/libnet/build/slack-desc
blob: c381fbf3e15d0e77a90e1aefd336635d1efc773a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# HOW TO EDIT THIS FILE:
# The "handy ruler" below makes it easier to edit a package description.  Line
# up the first '|' above the ':' following the base package name, and the '|'
# on the right side marks the last column you can put a character in.  You must
# make exactly 11 lines for the formatting to be correct.  It's also
# customary to leave one space after the ':'.

      |-----handy-ruler------------------------------------------------------|
libnet: libnet (A C library for portable packet creation and injection.)
libnet:
libnet: Libnet is an API to help with the construction and handling of network
libnet: packets. It provides a portable framework for low-level network
libnet: packet writing and handling (use libnet in conjunction with libpcap
libnet: and you can write some really cool stuff). Libnet includes packet
libnet: creation at the IP layer and at the link layer as well as a host of
libnet: supplementary and complementary functionality. Libnet is very handy
libnet: with which to write network tools and network test code.
libnet:
libnet: Author: Mike D. Schiffman (http://www.packetfactory.net/libnet)