Sun May 16 19:58:17 2021 UTC ()
scapy: update DESCR


(gutteridge)
diff -r1.1.1.1 -r1.2 pkgsrc/net/scapy/DESCR

cvs diff -r1.1.1.1 -r1.2 pkgsrc/net/scapy/DESCR (expand / switch to unified diff)

--- pkgsrc/net/scapy/DESCR 2005/08/10 13:54:58 1.1.1.1
+++ pkgsrc/net/scapy/DESCR 2021/05/16 19:58:17 1.2
@@ -1,3 +1,17 @@ @@ -1,3 +1,17 @@
1Scapy is a powerful interactive packet manipulation program. It is able 1Scapy is a powerful Python-based interactive packet manipulation program
2to forge or decode packets of a wide number of protocols, send them on 2and library. It is able to forge or decode packets of a wide number of
3the wire, capture them, match requests and replies, and much more. 3protocols, send them on the wire, capture them, store or read them using
 4pcap files, match requests and replies, and much more. It is designed to
 5allow fast packet prototyping by using default values that work.
 6
 7It can easily handle most classical tasks like scanning, tracerouting,
 8probing, unit tests, attacks or network discovery (it can replace hping,
 985% of nmap, arpspoof, arp-sk, arping, tcpdump, wireshark, p0f, etc.).
 10It also performs very well at a lot of other specific tasks that most
 11other tools can't handle, like sending invalid frames, injecting your
 12own 802.11 frames, combining techniques (VLAN hopping+ARP cache
 13poisoning, VoIP decoding on WEP protected channel, ...), etc.
 14
 15Scapy supports Python 2.7 and Python 3 (3.4 to 3.9). It's intended to be
 16cross platform, and runs on many different platforms (Linux, OSX, *BSD,
 17and Windows).