summaryrefslogtreecommitdiffstats
path: root/resources/protocols/dtds/xcap-caps.dtd
diff options
context:
space:
mode:
Diffstat (limited to 'resources/protocols/dtds/xcap-caps.dtd')
-rw-r--r--resources/protocols/dtds/xcap-caps.dtd12
1 files changed, 12 insertions, 0 deletions
diff --git a/resources/protocols/dtds/xcap-caps.dtd b/resources/protocols/dtds/xcap-caps.dtd
new file mode 100644
index 0000000..1f82874
--- /dev/null
+++ b/resources/protocols/dtds/xcap-caps.dtd
@@ -0,0 +1,12 @@
+<? wireshark:protocol
+ proto_name="xcap-caps"
+ description="XML Configuration Access Protocol Server Capabilities"
+ hierarchy="yes" ?>
+
+
+<!ELEMENT xcap-caps ((auid?)*, extension?, (namespace?)*) >
+
+<!ELEMENT auid (#PCDATA)>
+<!ELEMENT extension (#PCDATA)>
+<!ELEMENT namespace (#PCDATA)>
+