aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2005-07-05 17:09:28 +0000
committerAnders Broman <anders.broman@ericsson.com>2005-07-05 17:09:28 +0000
commit24c91af80f80f681651767c7fd42ded25fdddda0 (patch)
tree52d06c6f96f3136f5a79f37be8998a0524bc46a8 /plugins
parentc8b69874cbd0094d5e3bd2daed314c028e36f166 (diff)
Add application/vnd.wv.csp.xml
svn path=/trunk/; revision=14853
Diffstat (limited to 'plugins')
-rw-r--r--plugins/xml/packet-xml.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/xml/packet-xml.c b/plugins/xml/packet-xml.c
index 052b89bd12..c4e66f1f5f 100644
--- a/plugins/xml/packet-xml.c
+++ b/plugins/xml/packet-xml.c
@@ -135,6 +135,7 @@ proto_reg_handoff_xml(void)
dissector_add_string("media_type", "application/xslt+xml", xml_handle);
dissector_add_string("media_type", "application/mathml+xml", xml_handle);
dissector_add_string("media_type", "image/svg+xml", xml_handle);
+ dissector_add_string("media_type", "application/vnd.wv.csp.xml", xml_handle);
xml_lexer_init(proto_xml,ett_xml);
}