freebsd-ports/net/libdnet/pkg-descr
Anders Nordby bfea4ad2d9 Add libdnet, a simplified, portable interface to low-level networking
routines. Complement to pcap.

PR:		37118
Submitted by:	Dominic Marks <dominic_marks@btinternet.com>
2002-05-27 01:25:57 +00:00

10 lines
459 B
Text

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, 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/
- Dominic <dominic_marks@btinternet.com>