From 62567d1208e417630d7f5ede4d4712194f3f97c0 Mon Sep 17 00:00:00 2001 From: josh Date: Thu, 11 Jun 2009 20:43:44 +0000 Subject: [PATCH] [zenmap] Fixed two bugs. The first had to do with updates from new scans being added to existing HostInfo objects. This made examining scan diffs problematic in zenmap. The second had to do with canceling a scan and then removing it. This would clear much of the information from the rest of the GUI. --- CHANGELOG | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index fbab054b8..b914acd62 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,5 +1,11 @@ # Nmap Changelog ($Id$); -*-text-*- +o [Zenmap] Fixed two bugs: 1) HostInfo objects would be modified in memory to + reflect information gathered from new scans, making scan comparisons + difficult. Now, modifications are done to copies of existing hosts. + 2) Canceling a scan and then removing it would cause the NetworkInventory + hosts dictionary to be cleared and not refreashed [Josh Marlow] + o [Zenmap] Added the -PS option found in the Quick Traceroute profile to some of the Intense scan profiles [Josh Marlow]