summaryrefslogtreecommitdiffstats
path: root/libraries/libtins/README
diff options
context:
space:
mode:
author Nicolas Piatto <nico@lodpp.net>2018-04-11 23:47:32 +0100
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2018-04-14 07:06:29 +0700
commite484bcf1323ff3522eb386a4e40ba9209a116bbf (patch)
tree21ba579a2b78571a3e6441d29c329093c59f0396 /libraries/libtins/README
parent211c52ca1ec3a070cbc07d777d72539a12c57fc7 (diff)
downloadslackbuilds-e484bcf1323ff3522eb386a4e40ba9209a116bbf.tar.gz
slackbuilds-e484bcf1323ff3522eb386a4e40ba9209a116bbf.tar.xz
libraries/libtins: Added (network packet sniffing library).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'libraries/libtins/README')
-rw-r--r--libraries/libtins/README6
1 files changed, 6 insertions, 0 deletions
diff --git a/libraries/libtins/README b/libraries/libtins/README
new file mode 100644
index 0000000000..04529d4b88
--- /dev/null
+++ b/libraries/libtins/README
@@ -0,0 +1,6 @@
+libtins is a high-level, multiplatform C++ network packet sniffing
+and crafting library.
+
+Its main purpose is to provide the C++ developer an easy, efficient,
+platform and endianess-independent way to create tools which need to
+send, receive and manipulate specially crafted packets.