diff options
author | Brenton Earl <brent@exitstatusone.com> | 2017-04-07 20:29:53 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-04-08 06:57:50 +0700 |
commit | 1bbead7f183b79fe38445f0b5b0eca9f9dd37e77 (patch) | |
tree | 1d2c72c8956e108509efd383fdb09d95a80e613f /python/python-pcapy/README | |
parent | 26c46a55936a3f75364e8b3f6d234c3405a8ff97 (diff) | |
download | slackbuilds-1bbead7f183b79fe38445f0b5b0eca9f9dd37e77.tar.gz |
python/python-pcapy: Added (python extension module for libpcap).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'python/python-pcapy/README')
-rw-r--r-- | python/python-pcapy/README | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/python/python-pcapy/README b/python/python-pcapy/README new file mode 100644 index 0000000000..01ad8c3816 --- /dev/null +++ b/python/python-pcapy/README @@ -0,0 +1,5 @@ +Pcapy is a Python extension module that interfaces with the libpcap packet +capture library. Pcapy enables python scripts to capture packets on the +network. Pcapy is highly effective when used in conjunction with a +packet-handling package such as Impacket, which is a collection of Python +classes for constructing and dissecting network packets. |