1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-25 17:09:02 +00:00

CHANGELOG for increasing base port numbers.

This commit is contained in:
david
2012-08-28 13:08:05 +00:00
parent 39f42ef6d9
commit dac93e76b3

View File

@@ -1,5 +1,11 @@
# Nmap Changelog ($Id$); -*-text-*-
o Made source port numbers (used to encode probe metadata) increment
so as not to overlap between different scanning phases. Previously
it was possible for an RST response to an ACK probe from host
discovery to be misinterpreted as a reply to a SYN probe from port
scanning. [Sean Rivera, David Fifield]
o [NSE] Updated mssql.lua library to support additional data types, enhanced
some of the existing data types, added the DoneProc response token, and
reordered code for maintainability. [Tom Sellers]