1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-28 18:39:03 +00:00

o An "elapsed" attribute has been added to the XML output, representing

the total scan time in seconds (floating point).
This commit is contained in:
kris
2009-01-05 05:57:35 +00:00
parent 3ed62451bb
commit 20ec1c416e
3 changed files with 5 additions and 1 deletions

View File

@@ -323,6 +323,7 @@
<!ELEMENT finished EMPTY >
<!ATTLIST finished time %attr_numeric; #REQUIRED
timestr CDATA #IMPLIED
elapsed %attr_numeric; #REQUIRED
>
<!ELEMENT hosts EMPTY >