Fix for bug 3811:
authorjake <jake@f5534014-38df-0310-8fa8-9805f1628bb7>
Wed, 5 Aug 2009 18:21:52 +0000 (18:21 +0000)
committerjake <jake@f5534014-38df-0310-8fa8-9805f1628bb7>
Wed, 5 Aug 2009 18:21:52 +0000 (18:21 +0000)
Add missing shorthand application/vnd.ms-sync besides application/vnd.ms-sync.wbxml.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@29306 f5534014-38df-0310-8fa8-9805f1628bb7

epan/dissectors/packet-wbxml.c

index 4c763b31243ce5873e04f662743251c9c51321b2..cab7f865624872803842a5e9cfb06d00209a75b9 100644 (file)
@@ -6523,6 +6523,10 @@ static const wbxml_literal_list content_type_list[] = {
                NULL,
                &decode_mssync_10
        },
+       {       "application/vnd.ms-sync",
+               NULL,
+               &decode_mssync_10
+       },
        {       NULL, NULL, NULL }
 };
 
@@ -8378,6 +8382,8 @@ proto_reg_handoff_wbxml(void)
                             "application/vnd.wv.csp.wbxml", wbxml_handle);
        dissector_add_string("media_type",
                             "application/vnd.ms-sync.wbxml", wbxml_handle);
+       dissector_add_string("media_type",
+                            "application/vnd.ms-sync", wbxml_handle);
 
        /**** Registered WBXML WSP Content-Type values ****/