mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-09 06:51:44 +00:00
1b20ff5d48
The py-libdnet port has been seperated out as a slave port to libdnet and is now dependent on libdnet. py-libdnet now only installs the libdnet python module. Since files previously owned by py-libdnet are now owned by its dependency, in order to upgrade correctly, py-libdnet must be deinstall and then reinstalled manually. PR: 109262 Submitted by: thierry and me Approved by: maintainer timeout
9 lines
445 B
Plaintext
9 lines
445 B
Plaintext
Python wrapper around libdnet which 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, network interface lookup and
|
|
manipulation, and raw IP packet and Ethernet frame transmission. It is
|
|
intended to complement the functionality provided by pcap(3).
|
|
|
|
WWW: http://libdnet.sourceforge.net/
|