A python module for the libdnet low-level networking library.
Libdnet provides a simplified, portable interface to several low-level networking routines, including: network address manipulation, kernel arp(4) cache and route(4) table lookup and manipulation, network firewalling (IP filter, ipfw, ipchains, pf, ...), network interface lookup and manipulation, raw IP packet and Ethernet frame transmission.
Libdnet provides a simplified, portable interface to several low-level networking routines, including: network address manipulation, kernel arp(4) cache and route(4) table lookup and manipulation, network firewalling (IP filter, ipfw, ipchains, pf, ...), network interface lookup and manipulation, raw IP packet and Ethernet frame transmission.
To install py311-libdnet, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install py311-libdnet
To see what files were installed by py311-libdnet, run:
port contents py311-libdnet
To later upgrade py311-libdnet, run:
sudo port selfupdate && sudo port upgrade py311-libdnet
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.