mirror of
https://github.com/nmap/nmap.git
synced 2026-08-04 14:49:29 +00:00
Add status and address to the list of elements that can be diffed. Patch
by Daniel Miller.
This commit is contained in:
parent
173027cf0d
commit
cd9d6a9fc4
2 changed files with 4 additions and 1 deletions
|
|
@ -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;>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue