scapy 2.5.0+dfsg-2ubuntu1 source package in Ubuntu

Changelog

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

  * Change libpcap0.8 to libpcap0.8t64 in Recommends and autopkgtest
    dependencies.

 -- Colin Watson <email address hidden>  Mon, 15 Apr 2024 12:05:16 +0100

Upload details

Uploaded by:
Colin Watson
Uploaded to:
Noble
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
net
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe net
Noble release universe net

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
scapy_2.5.0+dfsg.orig.tar.xz 1.9 MiB 8acf7051c23af2e5f070c2a05fa7ebc898c9c46749586565cce388e34609fa60
scapy_2.5.0+dfsg-2ubuntu1.debian.tar.xz 11.8 KiB 08de7579bb22bcad089f49629dca4905789d0056c084fb0a355ae9dde6239dd2
scapy_2.5.0+dfsg-2ubuntu1.dsc 2.2 KiB 13e234e141203ea10aa8c37684c7d761c07b7d4498e1ae14b723847c6d85dbc6

View changes file

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.