[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.
This commit is contained in:
josh 2009-06-11 20:43:44 +00:00
parent 13ca62754c
commit 62567d1208

View file

@ -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]