File: btscanner.dtd

package info (click to toggle)
btscanner 2.1-4
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 3,160 kB
  • ctags: 313
  • sloc: ansic: 3,949; sh: 819; xml: 68; perl: 28; makefile: 25
file content (48 lines) | stat: -rw-r--r-- 860 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
<!--
 * btscanner.dtd
-->

<!ELEMENT btscanner (files,rangedef+)>

<!--
 * files: the list of config/resource files
-->
<!ELEMENT files (log,oui,store)>

<!--
 * log: the log file
-->
<!ELEMENT log (#PCDATA)>

<!--
 * oui: the oui database
-->
<!ELEMENT oui (#PCDATA)>

<!--
 * store: where the store the details of found items
-->
<!ELEMENT store (#PCDATA)>



<!--
 * rangedef. for each range address, tell the slave what to do.
 * needs start and end range. with 
-->
<!ELEMENT rangedef (vulnerabilities, name?,hci?,rssi?,lq?,txpwr?,sdp?)>
<!ATTLIST rangedef start CDATA #REQUIRED
                   end   CDATA #REQUIRED>


<!--
 * list of services/inforations for a rangedef function
-->
<!ELEMENT vulnerabilities (#PCDATA)>
<!ELEMENT name EMPTY>
<!ELEMENT hci EMPTY>
<!ELEMENT rssi EMPTY>
<!ELEMENT lq EMPTY>
<!ELEMENT txpwr EMPTY>
<!ELEMENT sdp EMPTY>