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:
@@ -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]
|
||||
|
||||
|
||||
@@ -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;>
|
||||
|
||||
Reference in New Issue
Block a user