1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-15 20:29:03 +00:00

Remove an impossible value ("detection") for the method attribute of the

service element in nmap.dtd.
This commit is contained in:
david
2009-03-13 20:47:15 +00:00
parent fd202518ee
commit b7cb73363c

View File

@@ -206,7 +206,7 @@
<!ATTLIST service
name CDATA #REQUIRED
conf %service_confs; #REQUIRED
method (table|detection|probed) #REQUIRED
method (table|probed) #REQUIRED
version CDATA #IMPLIED
product CDATA #IMPLIED
extrainfo CDATA #IMPLIED