Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/boundary/libdnet
updated fork of libdnet from https://code.google.com/p/libdnet/
https://github.com/boundary/libdnet
Last synced: 18 days ago
JSON representation
updated fork of libdnet from https://code.google.com/p/libdnet/
- Host: GitHub
- URL: https://github.com/boundary/libdnet
- Owner: boundary
- License: other
- Created: 2013-08-26T16:46:47.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2017-06-11T13:56:42.000Z (over 7 years ago)
- Last Synced: 2024-07-31T22:56:14.820Z (3 months ago)
- Language: C
- Size: 516 KB
- Stars: 39
- Watchers: 43
- Forks: 12
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
libdnet
-------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, IP tunnelling,
and raw IP packet and Ethernet frame transmission.WWW: http://code.google.com/p/libdnet/
boundary/libdnet
----------------
* merged fixes and features from nmap fork of libdnet-stripped
https://github.com/nmap/nmap/tree/master/libdnet-stripped
* merged fixes from https://code.google.com/p/libdnet/issues/list
* mingw build compatiblity
* added os_intf_name and pcap_intf_name attributes
* to intf.h for gaining access to the raw windows interface names
* adds htonll/ntohll 64-bit endian conversions
* various small build fixes