impacket 0.11.0-2 source package in Ubuntu

Changelog

impacket (0.11.0-2) unstable; urgency=medium

  * Team upload.
  * remove erroneous extraneous reference to 'future' from setup.py
    (Closes: #1058057)
  * add debian/.gitignore

 -- Alexandre Detiste <email address hidden>  Mon, 01 Jan 2024 21:19:10 +0100

Upload details

Uploaded by:
Debian Python Team
Uploaded to:
Sid
Original maintainer:
Debian Python Team
Architectures:
all
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

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

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
impacket_0.11.0-2.dsc 2.2 KiB 28bfd6d09d302f68e33660676b13f73bd93b542a52c1bc3956f5ada820f96c4c
impacket_0.11.0.orig.tar.gz 1.4 MiB 005b42b9c39515bfe15403b79d341b637dc621e327c2cabd859459b12618a010
impacket_0.11.0-2.debian.tar.xz 7.9 KiB c714d15c95b95bcc2e2a2ac7e18f2a1817779a634350efd461287907545c2307

Available diffs

No changes file available.

Binary packages built by this source

python3-impacket: Python3 module to easily build and dissect network protocols

 Impacket is a collection of Python3 classes focused on providing
 access to network packets. Impacket allows Python3 developers to
 craft and decode network packets in simple and consistent manner. It
 includes support for low-level protocols such as IP, UDP and TCP, as
 well as higher-level protocols such as NMB and SMB.
 .
 Impacket is highly effective when used in conjunction with a packet
 capture utility or package such as Pcapy. Packets can be constructed
 from scratch, as well as parsed from raw data. Furthermore, the
 object oriented API makes it simple to work with deep protocol
 hierarchies.