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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user