mirror of
https://github.com/nmap/nmap.git
synced 2026-05-13 08:46:45 +00:00
Make the times element optional as a child of host. There are cases when
there are no times to record because no packets were sent, as when using -sL or -sP -PN --traceroute --send-ip against a directly connected host.
This commit is contained in:
parent
925d2a1693
commit
1637c05fe2
1 changed files with 1 additions and 1 deletions
|
|
@ -137,7 +137,7 @@
|
|||
<!ELEMENT host ( status, address , (address | hostnames |
|
||||
smurf | ports | os | distance | uptime |
|
||||
tcpsequence | ipidsequence | tcptssequence |
|
||||
hostscript | trace)*, times ) >
|
||||
hostscript | trace)*, times? ) >
|
||||
<!ATTLIST host
|
||||
starttime %attr_numeric; #IMPLIED
|
||||
endtime %attr_numeric; #IMPLIED
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue