diff options
author | pav <pav@FreeBSD.org> | 2005-09-15 23:26:32 +0000 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2005-09-15 23:26:32 +0000 |
commit | 0f14467b74f01fb1ea683f60ca0a240d47839908 (patch) | |
tree | 2fb85bd9d6c775bd43c0be10418568249b9ff5ef /net/Makefile | |
parent | 4458082a242ad114d54c5a52a3841e6f054452c5 (diff) | |
download | FreeBSD-ports-0f14467b74f01fb1ea683f60ca0a240d47839908.zip FreeBSD-ports-0f14467b74f01fb1ea683f60ca0a240d47839908.tar.gz |
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.
PR: ports/86184
Submitted by: Marcin Jessa <yazzy@yazzy.org>
Diffstat (limited to 'net/Makefile')
-rw-r--r-- | net/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile index 3fe4d69..43e081e 100644 --- a/net/Makefile +++ b/net/Makefile @@ -668,6 +668,7 @@ SUBDIR += py-mp-random SUBDIR += py-msnp SUBDIR += py-pcap + SUBDIR += py-pcapy SUBDIR += py-pyxmpp SUBDIR += py-radix SUBDIR += py-rrdpipe |