Add to CHANGELOG:

o [Zenmap] Made IP addresses be sorted by octet, not by their string
  representation. For example, 10.1.1.2 is now sorted before
  10.1.1.10, when it was the opposite before. This was reported by
  Norris Carden. [David]
This commit is contained in:
david 2010-04-13 02:20:14 +00:00
parent bd5e91ffcc
commit 43470e91ba

View file

@ -1,5 +1,10 @@
# Nmap Changelog ($Id$); -*-text-*-
o [Zenmap] Made IP addresses be sorted by octet, not by their string
representation. For example, 10.1.1.2 is now sorted before
10.1.1.10, when it was the opposite before. This was reported by
Norris Carden. [David]
o [NSE] Added sorting on port number to dns-service-discovery script. [Patrik]
o [NSE] Added snmpWalk function to SNMP library and updated scripts to use it.