scapy 2.5.0+dfsg-2 source package in Ubuntu

Changelog

scapy (2.5.0+dfsg-2) unstable; urgency=medium

  * Team upload.
  * Upload to unstable.
  * debian/patches/fix-endianness-in-utf-16-encoding.patch: remove patch.
  * debian/tests/control: disable tests in 32 bits and big endian archs
    (closes: #1030602).

 -- Carlos Henrique Lima Melara <email address hidden>  Thu, 09 Feb 2023 19:34:45 -0300

Upload details

Uploaded by:
Debian Security Tools
Uploaded to:
Sid
Original maintainer:
Debian Security Tools
Architectures:
all
Section:
net
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release universe net
Lunar release universe net

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
scapy_2.5.0+dfsg-2.dsc 2.1 KiB 52d560cbe928168e95a2955cb19f94645d7e2b2431a6c5232c67dc04094229ca
scapy_2.5.0+dfsg.orig.tar.xz 1.9 MiB 8acf7051c23af2e5f070c2a05fa7ebc898c9c46749586565cce388e34609fa60
scapy_2.5.0+dfsg-2.debian.tar.xz 11.7 KiB f00732eb0e8e190f9f31262dda547db5104905aec808dfbfdafd02b46a1e325a

No changes file available.

Binary packages built by this source

python3-scapy: Packet generator/sniffer and network scanner/discovery (Python 3)

 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.
 .
 This package contains the Python 3 version of the library and scapy executable.