mirror of
https://github.com/nmap/nmap.git
synced 2026-08-04 06:40:48 +00:00
Adding nsi_set_debug() to Nsock to enable socket debugging (SO_DEBUG)
This commit is contained in:
parent
3016193c11
commit
5e28ad96d4
1 changed files with 3 additions and 0 deletions
|
|
@ -217,6 +217,9 @@ 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]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue