diff options
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 000000000000..01ad8c38167a --- /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. |