Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-dev: [Wireshark-dev] New DTD (xcap-caps)

From: Martin Mathieson <martin.mathieson@xxxxxxxxxxxx>
Date: Wed, 19 Jul 2006 17:11:47 +0100
Hi,

Here is a DTD for xcap-caps and changes needed to install it (nsi change is untested).

Regards,
Martin
<? wireshark:protocol
   proto_name="xcap-caps"
   description="XML Configuration Access Protocol Server Capabilities"
   hierarchy="yes" ?>

<!--
$Id: reginfo.dtd 18248 2006-05-29 20:44:06Z etxrab $
-->

<!ELEMENT xcap-caps ((auid?)*, extension?, (namespace?)*) >

<!ELEMENT auid      (#PCDATA)>
<!ELEMENT extension (#PCDATA)>
<!ELEMENT namespace (#PCDATA)>

Index: Makefile.am
===================================================================
--- Makefile.am	(revision 18765)
+++ Makefile.am	(working copy)
@@ -110,6 +110,7 @@
 	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
Index: packaging/nsis/wireshark.nsi
===================================================================
--- packaging/nsis/wireshark.nsi	(revision 18765)
+++ packaging/nsis/wireshark.nsi	(working copy)
@@ -444,6 +444,7 @@
 File "..\..\dtds\reginfo.dtd"
 File "..\..\dtds\rss.dtd"
 File "..\..\dtds\smil.dtd"
+File "..\..\dtds\xcap-caps.dtd"
 File "..\..\dtds\watcherinfo.dtd"
 SetOutPath $INSTDIR