mirror of
https://github.com/nmap/nmap.git
synced 2025-12-31 20:09:02 +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.
24 lines
739 B
Plaintext
24 lines
739 B
Plaintext
$Id$
|
|
|
|
This is Dug Song's excellent Libdnet networking library version 1.18.
|
|
It has been stripped down for inclusion within Nmap and modified as follows:
|
|
|
|
o Removed the following directories:
|
|
python, test, man
|
|
|
|
o Removed the fw-* files except for fw-none because Nmap doesn't use
|
|
the firewall API. Changed configure.in to always use fw-none.
|
|
|
|
o Removed files in now-removed dirs that were referenced in the AC_OUTPUT
|
|
at the end of configure.ac
|
|
|
|
o Ran "aclocal -I . -I config" to regenerate aclocal.m4 with the same version of
|
|
aclocal that is used with the rest of Nmap
|
|
|
|
o Added this NMAP_MODIFICATIONS file.
|
|
|
|
o Regenerated build files with Autoconf 2.69, Automake 1.16.5, and
|
|
libtool 2.4.6.
|
|
|
|
Other changes documented as commits.
|