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 a Python extension module that interfaces with the libpcap packet capture library. Pcapy enables python scripts to capture packets on the network.
To install py36-pcapy, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install py36-pcapy
To see what files were installed by py36-pcapy, run:
port contents py36-pcapy
To later upgrade py36-pcapy, run:
sudo port selfupdate && sudo port upgrade py36-pcapy
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.