Ruby interface to LBL Packet Capture library (libpcap).
Ruby interface to LBL Packet Capture library (libpcap). This library also includes classes to access packet header fields. It is much easier to code in Ruby/Pcap than to code in C and use libpcap directly.
Ruby interface to LBL Packet Capture library (libpcap). This library also includes classes to access packet header fields. It is much easier to code in Ruby/Pcap than to code in C and use libpcap directly.
To install rb-pcap, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install rb-pcap
To see what files were installed by rb-pcap, run:
port contents rb-pcap
To later upgrade rb-pcap, run:
sudo port selfupdate && sudo port upgrade rb-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.