nmap/libdnet-stripped
david 10962f4fc0 A bug was fixed in route finding on BSD Unix. The libdnet function
addr_stob didn't handle the special case of the sa_len member of
struct sockaddr being equal to 0 and accessed unrelated memory past
the end of the sockaddr. A symptom of this was the fatal error
  nexthost: failed to determine route to ...
which was caused by the default route being assigned a netmask other
than 0.0.0.0.
2009-03-15 22:55:20 +00:00
..
config Upgrading shipped libdnet to 1.12 2008-09-19 06:12:25 +00:00
include Upgrading shipped libdnet to 1.12 2008-09-19 06:12:25 +00:00
src A bug was fixed in route finding on BSD Unix. The libdnet function 2009-03-15 22:55:20 +00:00
acconfig.h libdnet stripped and integrated, ARP ping scan starting to work pretty well 2005-04-30 05:12:29 +00:00
aclocal.m4 Upgrading shipped libdnet to 1.12 2008-09-19 06:12:25 +00:00
configure Upgrading shipped libdnet to 1.12 2008-09-19 06:12:25 +00:00
configure.in Upgrading shipped libdnet to 1.12 2008-09-19 06:12:25 +00:00
dnet-config.in Upgrading shipped libdnet to 1.12 2008-09-19 06:12:25 +00:00
INSTALL Upgrading shipped libdnet to 1.12 2008-09-19 06:12:25 +00:00
libdnet-stripped.vcproj Upgrading shipped libdnet to 1.12 2008-09-19 06:12:25 +00:00
LICENSE Upgrading shipped libdnet to 1.12 2008-09-19 06:12:25 +00:00
Makefile.am Upgrading shipped libdnet to 1.12 2008-09-19 06:12:25 +00:00
Makefile.am.common Upgrading shipped libdnet to 1.12 2008-09-19 06:12:25 +00:00
Makefile.in Upgrading shipped libdnet to 1.12 2008-09-19 06:12:25 +00:00
NMAP_MODIFICATIONS A bug was fixed in route finding on BSD Unix. The libdnet function 2009-03-15 22:55:20 +00:00
README Upgrading shipped libdnet to 1.12 2008-09-19 06:12:25 +00:00
THANKS Upgrading shipped libdnet to 1.12 2008-09-19 06:12:25 +00:00
TODO Upgrading shipped libdnet to 1.12 2008-09-19 06:12:25 +00:00

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://libdnet.sourceforge.net/

$Id: README 578 2005-02-14 21:00:17Z dugsong $