SlackBuildsOrg/network/scapy
Robby Workman 143991a46e Entire Repo: Remove APPROVED field from .info files
This field used to make sense in our pre-git days, but
the Signed-Off-By: line serves the same purpose (and
even more) now, so APPROVED has been rejected.  ;-)

Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
2012-08-14 23:22:50 -05:00
..
README
scapy.info
scapy.SlackBuild
slack-desc

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.