mirror of
https://github.com/nmap/nmap.git
synced 2026-01-02 12:59:02 +00:00
o Relaxed the XML DTD to allow validation of files where the verbosity
level changed during the scan. [Daniel Miller]
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
# Nmap Changelog ($Id$); -*-text-*-
|
||||
|
||||
o Relaxed the XML DTD to allow validation of files where the verbosity
|
||||
level changed during the scan. [Daniel Miller]
|
||||
|
||||
o Made a service confidence of 8 (used when tcpwrapped) and indeed any
|
||||
number between 0 and 10 be legal in XML output according to the DTD.
|
||||
[Daniel Miller]
|
||||
|
||||
@@ -72,7 +72,7 @@
|
||||
It represents to the topmost element of the output document.
|
||||
-->
|
||||
<!ELEMENT nmaprun (scaninfo*, verbose, debugging,
|
||||
((taskbegin, taskprogress*, taskend) |
|
||||
( taskbegin | taskprogress | taskend |
|
||||
prescript | postscript | host | output)*,
|
||||
runstats) >
|
||||
<!ATTLIST nmaprun
|
||||
|
||||
Reference in New Issue
Block a user