mirror of
https://github.com/nmap/nmap.git
synced 2026-08-04 06:40:48 +00:00
merge soc07 r5005:5016 - Adding <times> element for the host's final times (srtt, rttvar, to)
This commit is contained in:
parent
83ec445bcf
commit
aac82901d3
2 changed files with 10 additions and 1 deletions
|
|
@ -132,7 +132,7 @@
|
|||
<!ELEMENT host ( status, address , (address | hostnames |
|
||||
smurf | ports | os | distance | uptime |
|
||||
tcpsequence | ipidsequence | tcptssequence |
|
||||
hostscript | trace)* ) >
|
||||
hostscript | trace)*, times ) >
|
||||
|
||||
<!-- these elements are written by output.c:write_xml_initial_hostinfo() -->
|
||||
<!ELEMENT status EMPTY >
|
||||
|
|
@ -297,6 +297,13 @@
|
|||
errorstr CDATA #IMPLIED
|
||||
>
|
||||
|
||||
<!ELEMENT times EMPTY>
|
||||
<!ATTLIST times
|
||||
srtt CDATA #REQUIRED
|
||||
rttvar CDATA #REQUIRED
|
||||
to CDATA #REQUIRED
|
||||
>
|
||||
|
||||
<!-- these elements are generated in output.c:printfinaloutput() -->
|
||||
<!ELEMENT runstats (finished, hosts) >
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue