From a5f21809282c979fcaca0a9fd92185b479662f35 Mon Sep 17 00:00:00 2001 From: david Date: Tue, 14 Aug 2012 18:34:43 +0000 Subject: [PATCH] CHANGELOG for structured script output. --- CHANGELOG | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index 87ebcdaac..2dbce5228 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,5 +1,11 @@ # Nmap Changelog ($Id$); -*-text-*- +o Scripts can now return a structured name-value table so that results + are queryable from XML output. Scripts can return a string as before, + or a table, or a table and a string. In this last case, the table will + go to XML output and the string will go to screen output. + [Daniel Miller, David Fifield, Patrick Donnelly] + o [NSE] Added JDWP library, jdwp-info, jdwp-exec and jdwp-inject scripts and needed classes. [Aleksandar Nikolic]