mirror of
https://github.com/nmap/nmap.git
synced 2026-08-27 03:48:14 +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:
parent
3ed62451bb
commit
20ec1c416e
3 changed files with 5 additions and 1 deletions
|
|
@ -323,6 +323,7 @@
|
|||
<!ELEMENT finished EMPTY >
|
||||
<!ATTLIST finished time %attr_numeric; #REQUIRED
|
||||
timestr CDATA #IMPLIED
|
||||
elapsed %attr_numeric; #REQUIRED
|
||||
>
|
||||
|
||||
<!ELEMENT hosts EMPTY >
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue