wireshark/dtds/watcherinfo.dtd
Alexis La Goutte 94a791a76e Continue to remove $Id$ from top of file
(Using sed : sed -i '/^\$Id\$/,+1 d') (No space or star before $Id$)

Change-Id: I0801bd7cf234d32487008a8b6dcee64875b07688
Reviewed-on: https://code.wireshark.org/review/876
Reviewed-by: Evan Huus <eapache@gmail.com>
2014-03-31 16:00:04 +00:00

24 lines
801 B
DTD

<? 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>