diff options
Diffstat (limited to 'python/python-pcapy/README')
-rw-r--r-- | python/python-pcapy/README | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/python/python-pcapy/README b/python/python-pcapy/README index 01ad8c38167a6..9f4be080973ef 100644 --- a/python/python-pcapy/README +++ b/python/python-pcapy/README @@ -1,5 +1,6 @@ -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. +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. |