1
0
mirror of https://github.com/nmap/nmap.git synced 2026-01-05 06:09:00 +00:00

o Made a service confidence of 8 (used when tcpwrapped) and indeed any

number between 0 and 10 be legal in XML output according to the DTD.
  [Daniel Miller]
This commit is contained in:
david
2011-09-02 21:35:16 +00:00
parent 6c864bd9f8
commit b2eefcfe69
2 changed files with 6 additions and 3 deletions

View File

@@ -1,5 +1,9 @@
# Nmap Changelog ($Id$); -*-text-*-
o Made a service confidence of 8 (used when tcpwrapped) and indeed any
number between 0 and 10 be legal in XML output according to the DTD.
[Daniel Miller]
o [NSE] Added three scripts that do host discovery on local IPv6
subnets. Each of them uses a different multicast technique, meaning
that even very large networks have host discovery done without

View File

@@ -64,10 +64,9 @@
<!ENTITY % port_protocols "(ip|tcp|udp|sctp)" >
<!-- I don't know exactly what these are, but the values were enumerated via:
grep "conf=" *
<!-- Service detection confidence level (portlist.h:struct serviceDeductions)
-->
<!ENTITY % service_confs "( 0 | 3 | 5 | 10)" >
<!ENTITY % service_confs "( 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10)" >
<!-- This element was started in nmap.c:nmap_main().
It represents to the topmost element of the output document.