diff options
Diffstat (limited to 'dtds/xcap-caps.dtd')
-rw-r--r-- | dtds/xcap-caps.dtd | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/dtds/xcap-caps.dtd b/dtds/xcap-caps.dtd new file mode 100644 index 0000000000..9b686e286b --- /dev/null +++ b/dtds/xcap-caps.dtd @@ -0,0 +1,15 @@ +<? wireshark:protocol + proto_name="xcap-caps" + description="XML Configuration Access Protocol Server Capabilities" + hierarchy="yes" ?> + +<!-- +$Id$ +--> + +<!ELEMENT xcap-caps ((auid?)*, extension?, (namespace?)*) > + +<!ELEMENT auid (#PCDATA)> +<!ELEMENT extension (#PCDATA)> +<!ELEMENT namespace (#PCDATA)> + |