From b14829d151808670d5add79e31d531bd68cd4600 Mon Sep 17 00:00:00 2001 From: Martin Mathieson Date: Wed, 15 Nov 2006 17:27:04 +0000 Subject: From Olivier Jacques: Here is a DTD for the MSCML protocol, draft-07. This implementation is not entirely up-to-date (draft-09 is out), but this is a good base to start from. I updated the WIKI with info, snapshot and sample capture: http://wiki.wireshark.org/MSCML svn path=/trunk/; revision=19901 --- Makefile.am | 1 + dtds/mscml.dtd | 280 +++++++++++++++++++++++++++++++++++++++++++ packaging/nsis/wireshark.nsi | 1 + 3 files changed, 282 insertions(+) create mode 100644 dtds/mscml.dtd diff --git a/Makefile.am b/Makefile.am index 7a50d8abd8..8bf2a6b243 100644 --- a/Makefile.am +++ b/Makefile.am @@ -106,6 +106,7 @@ dtdsdir = $(pkgdatadir)/dtds dtds_DATA = \ dtds/dc.dtd \ dtds/itunes.dtd \ + dtds/mscml.dtd \ dtds/pocsettings.dtd \ dtds/presence.dtd \ dtds/reginfo.dtd \ diff --git a/dtds/mscml.dtd b/dtds/mscml.dtd new file mode 100644 index 0000000000..84c8558990 --- /dev/null +++ b/dtds/mscml.dtd @@ -0,0 +1,280 @@ + + + + + + + + + + + + reserveconfmedia (yes | no | true | false) "yes" +> + + + + + + + + + + + + + + + + + + + + + + + + report (standard | long | both | none) #REQUIRED + maskdigits (yes | no | true | false) "no" + +> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + is it because of all capital? --> + + subtype (mdy | dmy | ymd | ndn | usd | t12 | t24 | gen | ndn | crd | ord) #IMPLIED + value CDATA #REQUIRED +> + + + + + diff --git a/packaging/nsis/wireshark.nsi b/packaging/nsis/wireshark.nsi index 03e4a517ac..88b2fa12fd 100644 --- a/packaging/nsis/wireshark.nsi +++ b/packaging/nsis/wireshark.nsi @@ -452,6 +452,7 @@ SetOutPath $INSTDIR SetOutPath $INSTDIR\dtds File "..\..\dtds\dc.dtd" File "..\..\dtds\itunes.dtd" +File "..\..\dtds\mscml.dtd" File "..\..\dtds\pocsettings.dtd" File "..\..\dtds\presence.dtd" File "..\..\dtds\reginfo.dtd" -- cgit v1.2.1