From b1e2028da36b1d946290b93d321bdd4d3db54bc5 Mon Sep 17 00:00:00 2001 From: Corrado Franco Date: Wed, 12 May 2010 23:32:45 +0200 Subject: network/scapy: Added to 12.2 repository --- network/scapy/README | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 network/scapy/README (limited to 'network/scapy/README') 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. -- cgit v1.2.3