mirror of
https://github.com/nmap/nmap.git
synced 2026-02-08 14:36:33 +00:00
a1566e895fba175439319573923e666c6f31355d
o Reduced memory usage in several areas. The size of the internal representation of nmap-os-db was reduced more than 90%. The size of individual Port structures without service scan results was reduced about 70%. When a port receives no response, Nmap now avoids allocating a Port structure at all, so scans against filtered hosts can be light on memory. Thanks to Pavel Kankovsky for the Post size reduction patch. [David]
Modified UDP-payload-related code to make it independent of the NmapOps class so it can be reused by other apps like Nping. More info at http://seclists.org/nmap-dev/2009/q3/0051.html
Here is some documentation for Nmap, but these files are much less comprehensive than what you'll find at the actual Nmap documentation site ( http://nmap.org ).
Description
Languages
C
37.5%
Lua
28.1%
C++
16.8%
Shell
5.8%
Python
4.2%
Other
7.3%