scapy 2.2.0-1 source package in Ubuntu

Changelog

scapy (2.2.0-1) unstable; urgency=low

  * New upstream release.
  * Bug fix: "new upstream release 2.2 available", thanks to Michael
    Prokop (Closes: #618732).
  * Suggests python-pcapy, thanks to Jakub Wilk <email address hidden> (#589995).
  * Bug fix: "import scapy.layers.dot11 fails on kfreebsd-*", thanks to
    Christian Kastner (Closes: #589995). Patch by Jakub Wilk <email address hidden>
  * cdbs/dh_pysupport to dh7/dh_python2 migration.
 -- Ubuntu Archive Auto-Sync <email address hidden>   Mon,  17 Oct 2011 15:33:57 +0000

Upload details

Uploaded by:
Ubuntu Archive Auto-Sync
Uploaded to:
Precise
Original maintainer:
David Villa Alises
Architectures:
all
Section:
net
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Xenial release universe net
Trusty release universe net
Precise release universe net

Builds

Precise: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
scapy_2.2.0.orig.tar.gz 950.2 KiB c5363b224df0efbd78d7dc4d8a518e5518b2e7affc2e5f1fcecd4efa3ab815af
scapy_2.2.0-1.debian.tar.gz 4.7 KiB 6f2a2db9077631c39f25e7e76ac32f5fedf3779cf30661aab9292817148b746f
scapy_2.2.0-1.dsc 1.8 KiB d4cc63aa507a59d3bae28023e3a60ce35cd5aa20fd93d9580185e88a2f85d3ba

Available diffs

View changes file

Binary packages built by this source

python-scapy: Packet generator/sniffer and network scanner/discovery

 Scapy is a powerful interactive packet manipulation tool, packet
 generator, network scanner, network discovery, packet sniffer, etc. It
 can for the moment replace hping, 85% of nmap, arpspoof, arp-sk, arping,
 tcpdump, tethereal, p0f, ....
 .
 In scapy you define a set of packets, then it sends them, receives
 answers, matches requests with answers and returns a list of packet couples
 (request, answer) and a list of unmatched packets. This has the big advantage
 over tools like nmap or hping that an answer is not reduced to
 (open/closed/filtered), but is the whole packet.