NOTICE: This package has been removed from pkgsrc

./wip/py-impacket, Network protocols constructors and dissectors for python

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 0.9.10, Package name: py37-impacket-0.9.10, Maintainer: pkgsrc-users

Impacket is a collection of Python classes for working with network
protocols. Impacket is mostly focused on providing low-level
programmatic access to the packets, however some protocols (for
instance NMB and SMB) are implemented in a higher level as a
foundation for other protocols. Packets can be constructed from
scratch, as well as parsed from raw data, and the object oriented
API makes it simple to work with deep hierarchies of protocols.

Impacket is most useful when used together with a packet capture
utility or package such as Pcapy, an object oriented Python extension
for capturing network packets.


Required to run:
[lang/python37]

Required to build:
[pkgtools/cwrappers]

Master sites:

SHA1: 96a757604c05c69cfeae1e8051136bf84f6e7f4e
RMD160: 3dcb3d04cfc300e3d1314c11fe90ad8a286144e7
Filesize: 425.242 KB

Version history: (Expand)


CVS history: (Expand)


   2014-01-02 22:18:09 by Thomas Klausner | Files touched by this commit (4)
Log message:
Import py27-impacket-0.9.10 as wip/py-impacket.

Impacket is a collection of Python classes for working with network
protocols. Impacket is mostly focused on providing low-level
programmatic access to the packets, however some protocols (for
instance NMB and SMB) are implemented in a higher level as a
foundation for other protocols. Packets can be constructed from
scratch, as well as parsed from raw data, and the object oriented
API makes it simple to work with deep hierarchies of protocols.

Impacket is most useful when used together with a packet capture
utility or package such as Pcapy, an object oriented Python extension
for capturing network packets.