mirror of
https://github.com/nmap/nmap.git
synced 2026-05-13 08:46:45 +00:00
Make the port and proto attributes optional on the trace element in
nmap.dtd. With a protocol trace or an ICMP trace, there's no port number.
This commit is contained in:
parent
d0a1bd3001
commit
925d2a1693
1 changed files with 2 additions and 2 deletions
|
|
@ -289,8 +289,8 @@
|
|||
|
||||
<!ELEMENT trace (hop*, error?) >
|
||||
<!ATTLIST trace
|
||||
proto CDATA #REQUIRED
|
||||
port CDATA #REQUIRED
|
||||
proto CDATA #IMPLIED
|
||||
port CDATA #IMPLIED
|
||||
>
|
||||
|
||||
<!ELEMENT hop EMPTY>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue