From 1bbead7f183b79fe38445f0b5b0eca9f9dd37e77 Mon Sep 17 00:00:00 2001 From: Brenton Earl Date: Fri, 7 Apr 2017 20:29:53 +0100 Subject: python/python-pcapy: Added (python extension module for libpcap). Signed-off-by: David Spencer --- python/python-pcapy/README | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 python/python-pcapy/README (limited to 'python/python-pcapy/README') 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. -- cgit v1.2.3