1
0
mirror of https://github.com/nmap/nmap.git synced 2026-01-19 20:59:01 +00:00

Reversing r11550 (nsi_set_debug() changelog entry)

This commit is contained in:
kris
2009-01-08 02:13:28 +00:00
parent 8ede562551
commit 34518abf1d

View File

@@ -233,9 +233,6 @@ o A script could be executed twice if it was given with the --script
option, also in the "version" category, and version detection (-sV)
was requested. This has been fixed. [David]
o Nsock now supports setting debugging (SO_DEBUG) on a socket after its
creation with nsi_set_debug(). [Kris]
o Fixed port number representation in some of Nmap's and all of Nsock's
output. Incorrect conversion modifiers were being used which caused
high ports to wrap around and be shown as negative values. [Kris]