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] New: Add SyncML 1.2, and ActiveSync support to packe

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

           Summary: Add SyncML 1.2, and ActiveSync support to packet-wbxml
           Product: Wireshark
           Version: SVN
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Enhancement
          Priority: Low
         Component: Wireshark
        AssignedTo: wireshark-bugs@xxxxxxxxxxxxx
        ReportedBy: dgc@xxxxxxx
                CC: dgc@xxxxxxx



Darryl Champagne <dgc@xxxxxxx> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Attachment #2133|                            |review_for_checkin?
               Flag|                            |


Created an attachment (id=2133)
 --> (https://bugs.wireshark.org/bugzilla/attachment.cgi?id=2133)
SVN Diff of packet-wbxml.c, adding SyncML 1.2 and ActiveSync

Build Information:
wireshark 1.0.99-DGC (SVN Rev 25948)

Copyright 1998-2008 Gerald Combs <gerald@xxxxxxxxxxxxx> and contributors.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

Compiled with GTK+ 2.12.11, with GLib 2.16.5, with WinPcap (version unknown),
with libz 1.2.3, without POSIX capabilities, with libpcre 7.0, with SMI 0.4.8,
with ADNS, with Lua 5.1, with GnuTLS 2.3.8, with Gcrypt 1.4.1, with MIT
Kerberos, with PortAudio V19-devel (built Aug  7 2008), with AirPcap.

Running on Windows XP Service Pack 2, build 2600, with WinPcap version 4.0.2
(packet.dll version 4.0.0.1040), based on libpcap version 0.9.5, without
AirPcap.

Built using Microsoft Visual C++ 8.0 build 50727


--
packet-wbxml contains data structures for SyncML 1.0, 1.2, and various others. 
SyncML 1.2 is very similar to SyncML 1.1, just a few extra tags, and it would
be nice to add support.

In addition, Microsoft ActiveSync has a WBXML protocol, with the media type
application/vnd.ms-sync.wbxml (They do not appear to use the Formal Public
Identifier correctly, they appear to have just left it as 0x01, Unknown, at
least for some Windows Mobile Devices).  It would be nice to also add support
for ActiveSync.

The attached patch is data structures only, except for one call to
dissector_add_string("media_type", "application/vnd.ms-sync.wbxml",
wbxml_handle);
 - no other 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.