summaryrefslogtreecommitdiff
path: root/python/python-pcapy/README
diff options
context:
space:
mode:
authorBrenton Earl <brent@exitstatusone.com>2017-04-07 20:29:53 +0100
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2017-04-08 06:57:50 +0700
commit1bbead7f183b79fe38445f0b5b0eca9f9dd37e77 (patch)
tree1d2c72c8956e108509efd383fdb09d95a80e613f /python/python-pcapy/README
parent26c46a55936a3f75364e8b3f6d234c3405a8ff97 (diff)
downloadslackbuilds-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/README5
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.