diff options
author | Alan_Hicks <alan@lizella.net> | 2010-05-11 14:56:21 +0200 |
---|---|---|
committer | Michiel van Wessem <michiel@slackbuilds.org> | 2010-05-11 14:56:21 +0200 |
commit | a897240faf6e13bfab01d5a9d619dbba4a65a190 (patch) | |
tree | c51fe987613dc4af552f03ac1f204cf755c0f3f6 /libraries/libnet/slack-desc | |
parent | aa4dbf1b71041fdfec1ddf44b0c1cbd2e1323a84 (diff) | |
download | slackbuilds-a897240faf6e13bfab01d5a9d619dbba4a65a190.tar.gz |
libraries/libnet: Initial import
Diffstat (limited to 'libraries/libnet/slack-desc')
-rw-r--r-- | libraries/libnet/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/libraries/libnet/slack-desc b/libraries/libnet/slack-desc new file mode 100644 index 0000000000..b047176e38 --- /dev/null +++ b/libraries/libnet/slack-desc @@ -0,0 +1,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 is a high-level API (toolkit) allowing the application +libnet: programmer to construct and inject network packets. It provides a +libnet: portable and simplified interface for low-level network packet shaping +libnet: handling and injection. Libnet hides much of the tedium of packet +libnet: creation from the application programmer such as multiplexing, buffer +libnet: management, arcane packet header information, byte-ordering, +libnet: OS-dependent issues, and much more. +libnet: +libnet: +libnet: +libnet: Packaged by Alan Hicks <alan@lizella.net> |