From 98f31853e664b6953bc31530041f9595e38a7616 Mon Sep 17 00:00:00 2001 From: david Date: Fri, 23 Jan 2009 22:30:31 +0000 Subject: [PATCH] Fix a typo in CHANGELOG, and fix a reproduction recipe. To get a half-complete XML file, do "nmap 0 -oX -", not "nmap nonexistent -oX -". The first is an invalid host specification, the second is just a name resolution error. The original recipe was wrong in the log of the commit that fixed the problem. --- CHANGELOG | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 293c171ee..66bc5c162 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -473,12 +473,12 @@ o OS scan point matching code can now handle tests worth zero points. We now assign zero points to ignore a couple tests which proved ineffective. [David] -o [Zenmap] Catch the exceptions that are cause when there's no XML +o [Zenmap] Catch the exceptions that are caused when there's no XML output file, an empty one, or one that's half-complete. You can cause these three situations, respectively, with: "nmap -V", "nmap - --iflist", or "nmap nonexistent.host". Also remove the target - requirement for scans because you should be able to run commands - such as "nmap --iflist" from Zenmap. [David] + --iflist", or "nmap 0". Also remove the target requirement for scans + because you should be able to run commands such as "nmap --iflist" + from Zenmap. [David] o [Zenmap] Guard against the topology graph becoming empty in the middle of an animation. This could happen if you removed a scan