[Bug 260732] [NEW PORT] net/pcapy-ng: Python pcap extension

From: <bugzilla-noreply_at_freebsd.org>
Date: Thu, 31 Mar 2022 07:36:18 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=260732

--- Comment #7 from commit-hook@FreeBSD.org ---
A commit in branch main references this bug:

URL:
https://cgit.FreeBSD.org/ports/commit/?id=0f9142697a9a0b9e9547eb2ae8be3b2ce536f400

commit 0f9142697a9a0b9e9547eb2ae8be3b2ce536f400
Author:     Michael Muenz <m.muenz@gmail.com>
AuthorDate: 2022-03-30 12:33:10 +0000
Commit:     Mikael Urankar <mikael@FreeBSD.org>
CommitDate: 2022-03-31 07:33:17 +0000

    net/pcapy-ng: Add new port

    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.

    WWW: https://github.com/CoreSecurity/pcapy
    WWW: http://www.coresecurity.com/corelabs-research/open-source-tools/pcapy

    PR:             260732

 net/Makefile                    |  1 +
 net/py-pcapy-ng/Makefile (new)  | 32 ++++++++++++++++++++++++++++++++
 net/py-pcapy-ng/distinfo (new)  |  3 +++
 net/py-pcapy-ng/pkg-descr (new) |  9 +++++++++
 4 files changed, 45 insertions(+)

-- 
You are receiving this mail because:
You are on the CC list for the bug.