impacket 0.10.0-1 source package in Ubuntu

Changelog

impacket (0.10.0-1) unstable; urgency=medium

  * Team upload.
  * New upstream version 0.10.0
  * Refresh patches
  * Add build-dep python3-pytest and adapt debian/rules for pytest
  * Update debian/copyright

 -- Sophie Brun <email address hidden>  Fri, 06 May 2022 09:56:14 +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

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
impacket_0.10.0-1.dsc 2.2 KiB b572dd1cd2bf5a59943e57e1fcac9b32b9373e957246b411d7a3e81c32407bc9
impacket_0.10.0.orig.tar.gz 1.4 MiB 2939d3969f3311841e160d94ffbe4f27bb79e97fb1958ce89bbb7f3fb2f5214b
impacket_0.10.0-1.debian.tar.xz 7.3 KiB d6f2ce8212a48b11f882e2ae28c1b78c068c898836ece4ee97130007ee645867

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.