scapy 2.5.0+git20240324.2b58b51+dfsg-2 source package in Ubuntu

Changelog

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

  * d/control:
      - Depends on libpcap0.8t64 so it works on armhf and armel.
        Thanks to Graham Inggs. (Closes: #1073264)
      - bump Standards-Version to 4.7.0 - no changes needed.
  * debian/gbp.conf: add upstream-branch field.
  * debian/tests/control: Depends on @recommends@ instead of hard-coding
    recommended packages.

 -- Carlos Henrique Lima Melara <email address hidden>  Sun, 23 Jun 2024 11:30:12 -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
Oracular release universe net

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
scapy_2.5.0+git20240324.2b58b51+dfsg-2.dsc 2.3 KiB cb9a7ed555f59651d328d41391eac3a7d3058c395e23e6ac4f5d932b6f1ee134
scapy_2.5.0+git20240324.2b58b51+dfsg.orig.tar.xz 1.8 MiB 63706a190ef07652cad123544781bca1baab8d2682789e68cee54b9cf8ed3f4e
scapy_2.5.0+git20240324.2b58b51+dfsg-2.debian.tar.xz 12.1 KiB aafb8937a9b8ea055c7068ae54204b2965b87190177c678d851221f7c020d7ab

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.