diff options
author | B. Watson <yalhcru@gmail.com> | 2022-03-14 11:13:47 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2022-03-17 12:37:57 -0400 |
commit | a0f7bf2d0629e2f186fb19d867cd0729250d9417 (patch) | |
tree | 26341724fc2a8db8469b25147f894e41210030cd /python/python-pcapy | |
parent | 79c1f5d32ec460a38948bb255c6e96cdaa8329c6 (diff) |
python/python-pcapy: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'python/python-pcapy')
-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. |