summaryrefslogtreecommitdiffstats
path: root/network/scapy/README
diff options
context:
space:
mode:
author Corrado Franco <conraid@gmail.com>2010-05-12 23:32:45 +0200
committer David Somero <xgizzmo@slackbuilds.org>2010-05-12 23:32:45 +0200
commitb1e2028da36b1d946290b93d321bdd4d3db54bc5 (patch)
tree5483b765409f82cb85f5ac1138c733a685deeb79 /network/scapy/README
parent190733c329d47a0668f0ee1a0fca93a7b3db6615 (diff)
downloadslackbuilds-b1e2028da36b1d946290b93d321bdd4d3db54bc5.tar.gz
slackbuilds-b1e2028da36b1d946290b93d321bdd4d3db54bc5.tar.xz
network/scapy: Added to 12.2 repository
Diffstat (limited to 'network/scapy/README')
-rw-r--r--network/scapy/README7
1 files changed, 7 insertions, 0 deletions
diff --git a/network/scapy/README b/network/scapy/README
new file mode 100644
index 0000000000..91c46eacc6
--- /dev/null
+++ b/network/scapy/README
@@ -0,0 +1,7 @@
+Scapy is a packet generator, network scanner, network discovery tool,
+and packet sniffer. It provides classes to interactively create
+packets or sets of packets, manipulate them, send them over the wire,
+sniff other packets from the wire, match answers and replies, and more
+Interaction is provided by the Python interpreter, so Python
+programming structures can be used (such as variables, loops, and
+functions). Report modules are possible and easy to make.