diff options
author | Marco Bonetti <sid77@slackware.it> | 2010-05-12 23:29:48 +0200 |
---|---|---|
committer | David Somero <xgizzmo@slackbuilds.org> | 2010-05-12 23:29:48 +0200 |
commit | 1c0b8bd20e66d779f478f0b03edb2c419d84be69 (patch) | |
tree | 5076f74fc11fce8a78795d01a07d99a5325ef7bf /libraries/Impacket/README | |
parent | 89f1daa6e515c2292d86f0d37109bc068812326c (diff) | |
download | slackbuilds-1c0b8bd20e66d779f478f0b03edb2c419d84be69.tar.gz |
libraries/Impacket: Added to 12.2 repository
Diffstat (limited to 'libraries/Impacket/README')
-rw-r--r-- | libraries/Impacket/README | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/libraries/Impacket/README b/libraries/Impacket/README new file mode 100644 index 0000000000..00e4b5f792 --- /dev/null +++ b/libraries/Impacket/README @@ -0,0 +1,9 @@ +Impacket is a collection of Python classes focused on providing access +to network packets. Impacket allows Python 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. |