mirror of
https://github.com/nmap/nmap.git
synced 2026-08-31 23:40:57 +00:00
XML output: include host times and a flag if the host timed out
This commit is contained in:
parent
f17fa67008
commit
14c7f87d6f
3 changed files with 7 additions and 0 deletions
|
|
@ -47,6 +47,7 @@
|
|||
<!ENTITY % attr_ipaddr "CDATA" >
|
||||
<!ENTITY % attr_percent "CDATA" >
|
||||
<!ENTITY % attr_type "(ipv4 | ipv6 | mac)" >
|
||||
<!ENTITY % attr_bool "(true | false)" >
|
||||
|
||||
<!ENTITY % host_states "(up|down|unknown|skipped)" >
|
||||
|
||||
|
|
@ -147,6 +148,7 @@
|
|||
<!ATTLIST host
|
||||
starttime %attr_numeric; #IMPLIED
|
||||
endtime %attr_numeric; #IMPLIED
|
||||
timedout %attr_bool; #IMPLIED
|
||||
comment CDATA #IMPLIED
|
||||
>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue