mirror of
https://github.com/nmap/nmap.git
synced 2026-01-08 23:49:03 +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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user