From 34db08b94bde2380b2f0ac5177c183d931bf5895 Mon Sep 17 00:00:00 2001 From: david Date: Tue, 25 Nov 2008 20:39:20 +0000 Subject: [PATCH] Add to CHANGELOG: o Zenmap now runs ndiff to do its "Compare Results" function. This completely replaces the old diff view. ndiff is now required to do comparisons in Zenmap. [David] --- CHANGELOG | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index 79bd08751..345f7e7b6 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,5 +1,9 @@ # Nmap Changelog ($Id$); -*-text-*- +o Zenmap now runs ndiff to do its "Compare Results" function. This + completely replaces the old diff view. ndiff is now required to do + comparisons in Zenmap. [David] + o Fixed a bug in the IP validation code which would have let a specially crafted reply sent from a host on the same LAN slip through and cause Nmap to segfault. Thanks to ithilgore of sock-raw.homeunix.org for