mirror of
https://github.com/nmap/nmap.git
synced 2026-08-27 03:48:14 +00:00
[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:
parent
13ca62754c
commit
62567d1208
1 changed files with 6 additions and 0 deletions
|
|
@ -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]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue