aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2006-07-19 19:00:36 +0000
committerAnders Broman <anders.broman@ericsson.com>2006-07-19 19:00:36 +0000
commitf53c99a9fa3fefbd0426f8ea3dc39072a7037828 (patch)
tree85931349d627f6b0e774823fdf03a678fc75e0d2
parent73fcdb3c5f1c2c76c84e609cd11aaf455a1a941a (diff)
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
-rw-r--r--Makefile.am1
-rw-r--r--dtds/xcap-caps.dtd15
-rw-r--r--packaging/nsis/wireshark.nsi1
3 files changed, 17 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 4466107488..c883e71ef5 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -110,6 +110,7 @@ dtds_DATA = \
dtds/reginfo.dtd \
dtds/rss.dtd \
dtds/smil.dtd \
+ dtds/xcap-caps.dtd \
dtds/watcherinfo.dtd
#
# Install the RADIUS directory files in the "radius" subdirectory
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)>
+
diff --git a/packaging/nsis/wireshark.nsi b/packaging/nsis/wireshark.nsi
index 1ae1183158..ea51e258ce 100644
--- a/packaging/nsis/wireshark.nsi
+++ b/packaging/nsis/wireshark.nsi
@@ -444,6 +444,7 @@ File "..\..\dtds\presence.dtd"
File "..\..\dtds\reginfo.dtd"
File "..\..\dtds\rss.dtd"
File "..\..\dtds\smil.dtd"
+File "..\..\dtds\xcap-caps.dtd"
File "..\..\dtds\watcherinfo.dtd"
SetOutPath $INSTDIR