slackbuilds/network/scapy
Robby Workman 9f52e80395 Various: Fix missing/bad $OUTPUT in mkdir invocation
Thanks to Antonio Hernández Blas <hba.nihilismus@gmail.com>

Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
2013-10-31 00:02:05 -05:00
..
README network/scapy: Added to 12.2 repository 2010-05-12 23:32:45 +02:00
scapy.SlackBuild Various: Fix missing/bad $OUTPUT in mkdir invocation 2013-10-31 00:02:05 -05:00
scapy.info Add REQUIRED field to .info files. 2012-08-19 21:57:51 -05:00
slack-desc network/scapy: Updated for version 2.0.1 2010-05-13 00:38:11 +02:00

README

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.