From 168e38357e1f7a5df8fed9f8c626b31c7bd7a6d2 Mon Sep 17 00:00:00 2001 From: david Date: Thu, 2 Oct 2008 17:12:28 +0000 Subject: [PATCH] When launching Zenmap's help, properly convert the pathname of the local help file to a URL, using "file:///C|/Program Files/..." rather than "file://C:\Program Files\...". This is apparently needed by some web browsers. --- CHANGELOG | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index 351de300a..e3192d4e2 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,5 +1,12 @@ # Nmap Changelog ($Id$); -*-text-*- +o [Zenmap] The help function now properly converts the pathname of the + local help file to a URL, for better compatibility with different + web browsers. [David] + This should fix the crash + WindowsError: [Error 2] The system cannot find the file specified: + 'file://C:\\Program Files\\Nmap\\zenmap\\share\\zenmap\\docs\\help.html' + o The HTTP_open_proxy.nse script is updated to match Google Web Server's changed header field: "Server: gws" instead of "Server: GWS/". [Vlatko Kosturjak]