1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-07 13:11:28 +00:00

Add status and address to the list of elements that can be diffed. Patch

by Daniel Miller.
This commit is contained in:
david
2011-02-03 04:53:06 +00:00
parent 173027cf0d
commit cd9d6a9fc4
2 changed files with 4 additions and 1 deletions

View File

@@ -2,6 +2,9 @@
o [Ndiff] Added support for prerule and postrule scripts. [David]
o [Ndiff] Fixed ndiff.dtd to include two elements that can be diffed:
status and address. [Daniel Miller]
o [Ndiff] Fixed the ordering of hostscript-related elements in XML
output. [Daniel Miller]

View File

@@ -127,6 +127,6 @@ version 0, which was rather different. -->
<!ELEMENT hostscript (script | a | b)*>
<!ENTITY % diff-elem "(prescript | postscript | host | hostname | extraports* | port | state | service | script | os | osmatch* | hostscript)">
<!ENTITY % diff-elem "(prescript | postscript | host | status | address | hostname | extraports* | port | state | service | script | os | osmatch* | hostscript)">
<!ELEMENT a %diff-elem;>
<!ELEMENT b %diff-elem;>