1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-09 06:01:28 +00:00

Add nmaprun information to Ndiff output.

Patch by Daniel Miller.
This commit is contained in:
david
2011-04-29 03:56:03 +00:00
parent 01f5e7cf51
commit 79ae90e80f
4 changed files with 65 additions and 3 deletions

View File

@@ -73,6 +73,13 @@ version 0, which was rather different. -->
<!ELEMENT scandiff (prescript | hostdiff | host | postscript | (a, b?) | b)*>
<!ELEMENT nmaprun EMPTY>
<!ATTLIST nmaprun
scanner CDATA #REQUIRED
args CDATA #IMPLIED
start CDATA #IMPLIED
startstr CDATA #IMPLIED
version CDATA #REQUIRED>
<!ELEMENT prescript (script* | (a, b?) | b)>
<!ELEMENT postscript (script* | (a, b?) | b)>
@@ -127,6 +134,6 @@ version 0, which was rather different. -->
<!ELEMENT hostscript (script | a | b)*>
<!ENTITY % diff-elem "(prescript | postscript | host | status | address | hostname | extraports* | port | state | service | script | os | osmatch* | hostscript)">
<!ENTITY % diff-elem "(nmaprun | prescript | postscript | host | status | address | hostname | extraports* | port | state | service | script | os | osmatch* | hostscript)">
<!ELEMENT a %diff-elem;>
<!ELEMENT b %diff-elem;>