summaryrefslogtreecommitdiffstats
path: root/python/python-pcapy/README
blob: 9f4be080973efb781ec6908e431355a6549d468c (plain)
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.