mirror of
https://github.com/nmap/nmap.git
synced 2026-08-04 14:49:29 +00:00
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:
parent
bd5e91ffcc
commit
43470e91ba
1 changed files with 5 additions and 0 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue