1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-27 09:59:04 +00:00

Update DTD and changelog entry for previous change

This commit is contained in:
dmiller
2020-12-17 22:12:05 +00:00
parent 38671f2225
commit cd63da6ba0
2 changed files with 6 additions and 0 deletions

View File

@@ -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]

View File

@@ -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*) >