Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-bugs: [Wireshark-bugs] [Bug 2779] Add SyncML 1.2, and ActiveSync support to packet-wbx

Date: Thu, 7 Aug 2008 12:48:21 -0700 (PDT)
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2779


Anders Broman <anders.broman@xxxxxxxxxxxx> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |anders.broman@xxxxxxxxxxxx




--- Comment #1 from Anders Broman <anders.broman@xxxxxxxxxxxx>  2008-08-07 12:48:20 PDT ---
Hi,
Some problems with the patch:
patching file epan/dissectors/packet-wbxml.c
Hunk #1 succeeded at 3350 (offset 570 lines).
Hunk #2 succeeded at 7071 with fuzz 2 (offset 572 lines).
Hunk #3 succeeded at 7095 with fuzz 2 (offset 576 lines).
Hunk #4 FAILED at 8952.
1 out of 4 hunks FAILED -- saving rejects to file epan/dissectors/packet-wbxml.
.rej

And at compile:
packet-wbxml.c
packet-wbxml.c(3361) : error C2370: 'wbxml_syncmlc12_tags_cp0' : redefinition;
d
ifferent storage class
        packet-wbxml.c(2791) : see declaration of 'wbxml_syncmlc12_tags_cp0'
packet-wbxml.c(3423) : error C2370: 'wbxml_syncmlc12_tags_cp1' : redefinition;
d
ifferent storage class
        packet-wbxml.c(2853) : see declaration of 'wbxml_syncmlc12_tags_cp1'
packet-wbxml.c(3456) : error C2370: 'wbxml_syncmlc12_tags' : redefinition;
diffe
rent storage class
        packet-wbxml.c(2886) : see declaration of 'wbxml_syncmlc12_tags'
packet-wbxml.c(3463) : error C2370: 'decode_syncmlc_12' : redefinition;
differen
t storage class
        packet-wbxml.c(2893) : see declaration of 'decode_syncmlc_12'
packet-wbxml.c(3488) : error C2370: 'wbxml_mssyncc10_tags_cp0' : redefinition;
d
ifferent storage class
        packet-wbxml.c(2918) : see declaration of 'wbxml_mssyncc10_tags_cp0'
packet-wbxml.c(3525) : error C2370: 'wbxml_mssyncc10_tags_cp1' : redefinition;
d
ifferent storage class
        packet-wbxml.c(2955) : see declaration of 'wbxml_mssyncc10_tags_cp1'
packet-wbxml.c(3587) : error C2370: 'wbxml_mssyncc10_tags_cp2' : redefinition;
d
ifferent storage class
        packet-wbxml.c(3017) : see declaration of 'wbxml_mssyncc10_tags_cp2'
packet-wbxml.c(3646) : error C2370: 'wbxml_mssyncc10_tags_cp3' : redefinition;
d
ifferent storage class
        packet-wbxml.c(3076) : see declaration of 'wbxml_mssyncc10_tags_cp3'
packet-wbxml.c(3671) : error C2370: 'wbxml_mssyncc10_tags_cp4' : redefinition;
d
ifferent storage class
        packet-wbxml.c(3101) : see declaration of 'wbxml_mssyncc10_tags_cp4'
packet-wbxml.c(3713) : error C2370: 'wbxml_mssyncc10_tags_cp5' : redefinition;
d
ifferent storage class
        packet-wbxml.c(3143) : see declaration of 'wbxml_mssyncc10_tags_cp5'
packet-wbxml.c(3727) : error C2370: 'wbxml_mssyncc10_tags_cp6' : redefinition;
d
ifferent storage class
        packet-wbxml.c(3157) : see declaration of 'wbxml_mssyncc10_tags_cp6'
packet-wbxml.c(3743) : error C2370: 'wbxml_mssyncc10_tags_cp7' : redefinition;
d
ifferent storage class
        packet-wbxml.c(3173) : see declaration of 'wbxml_mssyncc10_tags_cp7'
packet-wbxml.c(3769) : error C2370: 'wbxml_mssyncc10_tags_cp8' : redefinition;
d
ifferent storage class
        packet-wbxml.c(3199) : see declaration of 'wbxml_mssyncc10_tags_cp8'
packet-wbxml.c(3784) : error C2370: 'wbxml_mssyncc10_tags_cp9' : redefinition;
d
ifferent storage class
        packet-wbxml.c(3214) : see declaration of 'wbxml_mssyncc10_tags_cp9'
packet-wbxml.c(3819) : error C2370: 'wbxml_mssyncc10_tags_cp10' : redefinition;
different storage class
        packet-wbxml.c(3249) : see declaration of 'wbxml_mssyncc10_tags_cp10'
packet-wbxml.c(3842) : error C2370: 'wbxml_mssyncc10_tags_cp11' : redefinition;
different storage class
        packet-wbxml.c(3272) : see declaration of 'wbxml_mssyncc10_tags_cp11'
packet-wbxml.c(3854) : error C2370: 'wbxml_mssyncc10_tags_cp12' : redefinition;
different storage class
        packet-wbxml.c(3284) : see declaration of 'wbxml_mssyncc10_tags_cp12'
packet-wbxml.c(3870) : error C2370: 'wbxml_mssyncc10_tags_cp13' : redefinition;
different storage class
        packet-wbxml.c(3300) : see declaration of 'wbxml_mssyncc10_tags_cp13'
packet-wbxml.c(3888) : error C2370: 'wbxml_mssyncc10_tags' : redefinition;
diffe
rent storage class
        packet-wbxml.c(3318) : see declaration of 'wbxml_mssyncc10_tags'
packet-wbxml.c(3906) : error C2370: 'decode_mssync_10' : redefinition;
different
 storage class
        packet-wbxml.c(3336) : see declaration of 'decode_mssync_10'
Generating Code...


-- 
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.