From ef0ee2fc3943018ea28e45188e079d039ff7acfd Mon Sep 17 00:00:00 2001 From: david Date: Wed, 23 Jul 2008 22:24:01 +0000 Subject: [PATCH] Commit CHANGELOG entry for r9056 (don't show byte rates during TCP connect scan). --- CHANGELOG | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index 734083e19..1376f8b5f 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -75,6 +75,13 @@ o The file selector in Zenmap now remembers what directory it was last o Zenmap defaults to showing files matching both *.xml and *.usr in the file selector. Previously it only showed those matching *.usr. +o Nmap avoids printing the sending rate in bytes per second during a TCP + connect scan. Because the number of bytes per probe is not known, it used to + print + Current sending rates: 11248.85 packets / s, 0.00 bytes / s. + Now it will print simply + Current sending rates: 11248.85 packets / s. + Nmap 4.68 [2008-6-28] o Doug integrated all of your version detection submissions and