1
0
mirror of https://github.com/nmap/nmap.git synced 2026-01-07 06:59:03 +00:00

Add to CHANGELOG:

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]
This commit is contained in:
david
2009-12-20 03:35:45 +00:00
parent d703875821
commit a1566e895f

View File

@@ -31,6 +31,14 @@ o Removed a limitation of snmp.lua that only allowed it to properly
encode OID component values up to 127. The bug was reported by
Victor Rudnev. [David]
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]
Nmap 5.10BETA1 [2009-11-23]
o Added 14 new NSE scripts for a grand total of 72! You can learn