aboutsummaryrefslogtreecommitdiffstats
path: root/packet-wbxml.c
diff options
context:
space:
mode:
authorobiot <obiot@f5534014-38df-0310-8fa8-9805f1628bb7>2004-02-05 18:57:14 +0000
committerobiot <obiot@f5534014-38df-0310-8fa8-9805f1628bb7>2004-02-05 18:57:14 +0000
commit66145a7411eca617fc62860c3bf501e2a5f408b8 (patch)
tree8d2208492ee28e252ddc2e4ca4b90c29695021bd /packet-wbxml.c
parentb8729bd222906b13857d6d402f6f9e693c6ace46 (diff)
Spotted by Guy Harris: SyncML media type was not registered (it was lost
when we introduced the media dissector table and got rid of the WSP binary content type dissector table). git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@9983 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'packet-wbxml.c')
-rw-r--r--packet-wbxml.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/packet-wbxml.c b/packet-wbxml.c
index 5ba3190397..33c4a9655f 100644
--- a/packet-wbxml.c
+++ b/packet-wbxml.c
@@ -3,7 +3,7 @@
* Routines for wbxml dissection
* Copyright 2003, Olivier Biot <olivier.biot (ad) siemens.com>
*
- * $Id: packet-wbxml.c,v 1.23 2003/12/21 05:51:34 jmayer Exp $
+ * $Id: packet-wbxml.c,v 1.24 2004/02/05 18:57:14 obiot Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -3680,6 +3680,8 @@ proto_reg_handoff_wbxml(void)
dissector_add_string("media_type",
"application/vnd.wap.locc+wbxml", wbxml_handle);
dissector_add_string("media_type",
+ "application/vnd.syncml+wbxml", wbxml_handle);
+ dissector_add_string("media_type",
"application/vnd.syncml.dm+wbxml", wbxml_handle);
dissector_add_string("media_type",
"application/vnd.oma.drm.rights+wbxml", wbxml_handle);