summaryrefslogtreecommitdiff
path: root/dtds/watcherinfo.dtd
diff options
context:
space:
mode:
Diffstat (limited to 'dtds/watcherinfo.dtd')
-rw-r--r--dtds/watcherinfo.dtd23
1 files changed, 23 insertions, 0 deletions
diff --git a/dtds/watcherinfo.dtd b/dtds/watcherinfo.dtd
new file mode 100644
index 0000000000..716e8a2cff
--- /dev/null
+++ b/dtds/watcherinfo.dtd
@@ -0,0 +1,23 @@
+<? wireshark:protocol
+ proto_name="watcherinfo"
+ description="watcherinfo XML doc (RFC 3858)"
+ hierarchy="yes" ?>
+
+
+<!ELEMENT watcherinfo (watcher-list)* >
+<!ATTLIST watcherinfo xmlns CDATA #IMPLIED
+ version CDATA #REQUIRED
+ state CDATA #REQUIRED>
+
+<!ELEMENT watcher-list (watcher?)* >
+<!ATTLIST watcher-list resource CDATA #REQUIRED
+ package CDATA #REQUIRED>
+
+<!ELEMENT watcher (#PCDATA)>
+<!ATTLIST watcher display-name CDATA #IMPLIED
+ status CDATA #REQUIRED
+ event CDATA #REQUIRED
+ expiration CDATA #IMPLIED
+ id CDATA #REQUIRED
+ duration-subscribed CDATA #IMPLIED>
+