diff options
author | Luis Ontanon <luis.ontanon@gmail.com> | 2007-08-10 21:03:26 +0000 |
---|---|---|
committer | Luis Ontanon <luis.ontanon@gmail.com> | 2007-08-10 21:03:26 +0000 |
commit | d7b93782321980ea363bad33fa38e77c745e8763 (patch) | |
tree | e9e0ec2687bb5bd935f28a26aff5dd955b4bf3c1 /dtds | |
parent | 8ae37d9391abedad4139ea2c0583ef92bcbadd36 (diff) | |
download | wireshark-d7b93782321980ea363bad33fa38e77c745e8763.tar.gz wireshark-d7b93782321980ea363bad33fa38e77c745e8763.tar.bz2 wireshark-d7b93782321980ea363bad33fa38e77c745e8763.zip |
An old proposal from Martin, append to COL_PROTO the name taken from a matching DTD (in case the media-type actually matches it). Having the name of the root element found would be nicer.
svn path=/trunk/; revision=22483
Diffstat (limited to 'dtds')
-rw-r--r-- | dtds/presence.dtd | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dtds/presence.dtd b/dtds/presence.dtd index 49c4543451..4e5c42b662 100644 --- a/dtds/presence.dtd +++ b/dtds/presence.dtd @@ -1,9 +1,10 @@ <? wireshark:protocol proto_name="presence" description="presence XML doc (RFC 3863)" + media="application/cpim-pidf+xml" hierarchy="yes" ?> <!-- -$Id:$ +$Id$ --> |