From 5e28ad96d42135c8ad0ed45dd99cd0377d5e4bda Mon Sep 17 00:00:00 2001 From: kris Date: Tue, 30 Dec 2008 01:23:49 +0000 Subject: [PATCH] Adding nsi_set_debug() to Nsock to enable socket debugging (SO_DEBUG) --- CHANGELOG | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index 906c6d8a0..a6daba5b2 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -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]