aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-xml.c
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2007-10-24 21:47:13 +0000
committerAnders Broman <anders.broman@ericsson.com>2007-10-24 21:47:13 +0000
commite2111375a015a3b9931e932e0365c17e1b114d14 (patch)
tree08a5c3885fa66924d2083008f6b3bad4cfd4b84c /epan/dissectors/packet-xml.c
parent573b8d1443bb2c931a8d4bdd648918b695e9c65c (diff)
Use the media_type_dissector_table for the content type.
Add a few media types. svn path=/trunk/; revision=23268
Diffstat (limited to 'epan/dissectors/packet-xml.c')
-rw-r--r--epan/dissectors/packet-xml.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/epan/dissectors/packet-xml.c b/epan/dissectors/packet-xml.c
index 6d9a14a052..cee9ad9c4a 100644
--- a/epan/dissectors/packet-xml.c
+++ b/epan/dissectors/packet-xml.c
@@ -172,6 +172,9 @@ static const gchar* default_media_types[] = {
"application/xml-dtd",
"application/xpidf+xml",
"application/xslt+xml",
+ "application/x-wms-logconnectstats",
+ "application/x-wms-logplaystats",
+ "application/x-wms-sendevent",
"image/svg+xml",
};