mirror of
https://github.com/nmap/nmap.git
synced 2025-12-06 04:31:29 +00:00
Nmap's changes have been moved from the NMAP_MODIFICATIONS file to the Github repo at https://github.com/nmap/libdnet The NMAP_MODIFICATIONS file instead will document only the changes made to strip unused parts of the libdnet source prior to inclusion in Nmap.
20 lines
655 B
Markdown
20 lines
655 B
Markdown
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.
|
|
|
|
Reporting issues
|
|
----------------
|
|
|
|
Before reporting an issue, please make sure you check the 'devel' branch
|
|
to see if it's already fixed. This is the current WIP and contains already
|
|
a lot of fixes, but for compatibilty reasons, it's not yet included
|
|
in the main branch.
|
|
|
|
|
|
WWW: https://github.com/ofalk/libdnet
|