scapy 2.1.0-1 source package in Ubuntu

Changelog

scapy (2.1.0-1) unstable; urgency=low

  * New upstream release (Closes: #570343)
 -- Ubuntu Archive Auto-Sync <email address hidden>   Sun,  09 May 2010 14:02:02 +0100

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Maverick: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
scapy_2.1.0.orig.tar.gz 934.4 KiB 43ca233b0cfc950401193e2702ea32ee1dd83d4bab671371e322a7b6c52275ba
scapy_2.1.0-1.diff.gz 4.0 KiB 1ea2667e25d81a04b33a0896bde3f12fc2cf5f1871ae14f73e54044cdaeff909
scapy_2.1.0-1.dsc 1.2 KiB 542b9d8593d8a89e5f715d26211d323193d7ec26222f2316878aa0b3ddde0051

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.