impacket 0.11.0-1 source package in Ubuntu

Changelog

impacket (0.11.0-1) unstable; urgency=medium

  * Team upload.
  * New upstream version 0.11.0
  * Update debian/copyright
  * Refresh patches
  * Remove old build-dep python3-chardet
  * Bump Standards-Version to 4.6.2 (no change required)

 -- Sophie Brun <email address hidden>  Fri, 11 Aug 2023 09:58:10 +0200

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
Mantic release universe python

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
impacket_0.11.0-1.dsc 2.2 KiB 252875c927f7f70693b7cba9eb4516d31672f8060a9b26ca869d74bf7049e9f2
impacket_0.11.0.orig.tar.gz 1.4 MiB 005b42b9c39515bfe15403b79d341b637dc621e327c2cabd859459b12618a010
impacket_0.11.0-1.debian.tar.xz 7.6 KiB 96aa9fc03ec1211de7d4a339d845284b16bf6cad3bd925abedfaa78f357d6aa6

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.