From 84a3d71200721b5e4eeb6b8648dfd1433f141d0d Mon Sep 17 00:00:00 2001 From: fyodor Date: Wed, 4 Nov 2009 06:32:21 +0000 Subject: [PATCH] Note host latency in XML suggestion from Andrew Smith --- docs/TODO | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/TODO b/docs/TODO index d023e2f06..4f4b4d809 100644 --- a/docs/TODO +++ b/docs/TODO @@ -81,6 +81,11 @@ o [NSE] We should do a favicon survey like the one Brandon did for ==Make New Nmap dev release (5.05BETA1 or whatever)== +o We should print host latency (when available) in the XML output, as + suggested at http://seclists.org/nmap-dev/2009/q4/215. + docs/nmap.dtd will have to be modified accordingly, and you might + even consider adding support to docs/nmap.xsl. + o [Ncat] Test, review, and (if appropriate) merge Venkat's HTTP Digest proxy authentication patch. See http://seclists.org/nmap-dev/2009/q3/773. [David]