Net::Pcap is a Perl binding to the LBL pcap(3) library, version 0.4. The README for libpcap describes itself as: a system-independent interface for user-level packet capture. libpcap provides a portable framework for low-level network monitoring. Applications include network statistics collection, security monitoring, network debugging, etc.
Net::Pcap is a Perl binding to the LBL pcap(3) library, version 0.4. The README for libpcap describes itself as: a system-independent interface for user-level packet capture. libpcap provides a portable framework for low-level network monitoring. Applications include network statistics collection, security monitoring, network debugging, etc.
To install p5.32-net-pcap, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install p5.32-net-pcap
To see what files were installed by p5.32-net-pcap, run:
port contents p5.32-net-pcap
To later upgrade p5.32-net-pcap, run:
sudo port selfupdate && sudo port upgrade p5.32-net-pcap
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.