mirror of
https://github.com/nmap/nmap.git
synced 2026-02-13 17:06:34 +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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user