From 0708d3144d1a437604d9ecc83ad4aa7eb93c0307 Mon Sep 17 00:00:00 2001 From: jurand Date: Thu, 15 May 2008 21:10:20 +0000 Subject: [PATCH] Fixed the nmap_command_path bug in Zenmap. The variable now actually accesses the nmap_command_path in zenmap.conf file. It is accessed by a new class in UmitConf called PathsConfig, which represents the [paths] section in zenmap.conf. [Jurand Nogiec] --- CHANGELOG | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index 37e1be968..f1b9085b9 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,5 +1,10 @@ # Nmap Changelog ($Id$); -*-text-*- +o Fixed the nmap_command_path bug in Zenmap. The variable now actually + accesses the nmap_command_path in zenmap.conf file. It is accessed + by a new class in UmitConf called PathsConfig, which represents the + [paths] section in zenmap.conf. [Jurand Nogiec] + o Nmap now reports scan start and end times for individual hosts within a larger scan. The information is added to the XML host element like so: [host starttime="1198292349" endtime="1198292370"]