1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00
freebsd-ports/net/libdnet/pkg-descr
Muhammad Moinur Rahman 39ed019738 net/libdnet: Update version 1.12=>1.13
I have reviewed the code of net/libdnet. And created a fork as the
development seems stalled by the original author.
- Removed all the codes not related to FreeBSD
- Fix configure script to find related header files and now it builds
  relevant source files instead of *-none.c files
- Modernized all build tools configuration file and removed unnecessary
  files
- Works at least with PF. Still not working with ipfw2/ipfilter.

The repo location is:
https://github.com/5u623l20/libdnet/

PR:		236642
Submitted by:	bofh
Approved by:	maintainer-timeout
2019-04-05 22:11:31 +00:00

9 lines
422 B
Plaintext

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: https://github.com/5u623l20/libdnet/