mirror of
https://github.com/nmap/nmap.git
synced 2026-08-04 14:49:29 +00:00
Update DTD and changelog entry for previous change
This commit is contained in:
parent
38671f2225
commit
cd63da6ba0
2 changed files with 6 additions and 0 deletions
|
|
@ -1,5 +1,9 @@
|
|||
#Nmap Changelog ($Id$); -*-text-*-
|
||||
|
||||
o Nmap will now output a list of port numbers for each "ignored" state in the
|
||||
"extrareasons" element in XML output. The "All X ports" and "Not shown:" lines
|
||||
in normal output have been changed slightly to provide more detail. [Daniel Miller]
|
||||
|
||||
o New script port-states will print a list of ports that were found in each
|
||||
state, including states that were summarized as "Not shown: X closed ports"
|
||||
[Daniel Miller]
|
||||
|
|
|
|||
|
|
@ -193,6 +193,8 @@
|
|||
<!ATTLIST extrareasons
|
||||
reason CDATA #REQUIRED
|
||||
count CDATA #REQUIRED
|
||||
proto %port_protocols; #IMPLIED
|
||||
ports CDATA #IMPLIED
|
||||
>
|
||||
|
||||
<!ELEMENT port (state , owner? , service?, script*) >
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue