slackbuilds_ponce/libraries/Impacket
Robby Workman 143991a46e Entire Repo: Remove APPROVED field from .info files
This field used to make sense in our pre-git days, but
the Signed-Off-By: line serves the same purpose (and
even more) now, so APPROVED has been rejected.  ;-)

Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
2012-08-14 23:22:50 -05:00
..
Impacket.info Entire Repo: Remove APPROVED field from .info files 2012-08-14 23:22:50 -05:00
Impacket.SlackBuild
README
slack-desc

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.