From 8d40939ac8dfe7b3ffddae71f9bc9d51dc56785e Mon Sep 17 00:00:00 2001 From: david Date: Tue, 11 May 2010 19:58:03 +0000 Subject: [PATCH] o [Ncat] Ncat in listen mode now prints the source port with the IP address when verbosity is turned on. This patch is from rebellis. --- CHANGELOG | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index 5370d768c..819cfd788 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,5 +1,8 @@ # Nmap Changelog ($Id$); -*-text-*- +o [Ncat] Ncat in listen mode now prints the source port with the IP + address when verbosity is turned on. This patch is from rebellis. + o Fixed where the time variable used in port scanning for comparison to other times (for probe timeouts, etc) could result in different behavior based on the debugging level. [Kris]