aboutsummaryrefslogtreecommitdiffstats
path: root/wimaxasncp/dictionary.dtd
diff options
context:
space:
mode:
authormartinm <martinm@f5534014-38df-0310-8fa8-9805f1628bb7>2007-10-15 12:32:19 +0000
committermartinm <martinm@f5534014-38df-0310-8fa8-9805f1628bb7>2007-10-15 12:32:19 +0000
commit7ed8b6701cdb1d38759ebb1963f44f317a55f464 (patch)
treed628b5ef656a7062ebc41e239b46501ae7087c7f /wimaxasncp/dictionary.dtd
parent437422a08f1b967b7dcc2bcf2a5f89a438514fbc (diff)
In source tree, move wimaxasncp TLV files from plugin folder -> new top-level wimaxasncp folder.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@23184 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'wimaxasncp/dictionary.dtd')
-rw-r--r--wimaxasncp/dictionary.dtd18
1 files changed, 18 insertions, 0 deletions
diff --git a/wimaxasncp/dictionary.dtd b/wimaxasncp/dictionary.dtd
new file mode 100644
index 0000000000..97adff9c31
--- /dev/null
+++ b/wimaxasncp/dictionary.dtd
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!-- $Id$ -->
+
+<!ELEMENT dictionary (tlv+)>
+
+<!ELEMENT tlv (enum*)>
+<!ATTLIST tlv
+ name CDATA #REQUIRED
+ type CDATA #REQUIRED
+ decoder CDATA #IMPLIED
+>
+
+<!ELEMENT enum EMPTY>
+<!ATTLIST enum
+ name CDATA #REQUIRED
+ code CDATA #REQUIRED
+>