mirror of
https://github.com/nmap/nmap.git
synced 2026-08-03 22:29:06 +00:00
Remove an impossible value ("detection") for the method attribute of the
service element in nmap.dtd.
This commit is contained in:
parent
fd202518ee
commit
b7cb73363c
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue