diff options
author | Anders Broman <anders.broman@ericsson.com> | 2006-07-19 19:00:36 +0000 |
---|---|---|
committer | Anders Broman <anders.broman@ericsson.com> | 2006-07-19 19:00:36 +0000 |
commit | f53c99a9fa3fefbd0426f8ea3dc39072a7037828 (patch) | |
tree | 85931349d627f6b0e774823fdf03a678fc75e0d2 /dtds | |
parent | 73fcdb3c5f1c2c76c84e609cd11aaf455a1a941a (diff) | |
download | wireshark-f53c99a9fa3fefbd0426f8ea3dc39072a7037828.tar.gz wireshark-f53c99a9fa3fefbd0426f8ea3dc39072a7037828.tar.bz2 wireshark-f53c99a9fa3fefbd0426f8ea3dc39072a7037828.zip |
From Martin Mathieson:
Here is a DTD for xcap-caps and changes needed to install it (nsi change
is untested).
svn path=/trunk/; revision=18767
Diffstat (limited to 'dtds')
-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)> + |