mirror of
https://github.com/nmap/nmap.git
synced 2026-01-03 05:09:14 +00:00
merge soc07 r4957 - Put <extrareasons> inside <extraports> as this should really simplify XML parsers' jobs because they won't have to keep track of what states and reasons go together
This commit is contained in:
@@ -161,9 +161,9 @@
|
||||
|
||||
<!-- these elements are written by output.c:printportoutput() -->
|
||||
|
||||
<!ELEMENT ports (extraports* , extrareasons*, port*) >
|
||||
<!ELEMENT ports (extraports* , port*) >
|
||||
|
||||
<!ELEMENT extraports EMPTY >
|
||||
<!ELEMENT extraports (extrareasons)* >
|
||||
<!ATTLIST extraports
|
||||
state %port_states; #REQUIRED
|
||||
count %attr_numeric; #REQUIRED
|
||||
|
||||
Reference in New Issue
Block a user