Wireshark-bugs: [Wireshark-bugs] [Bug 7754] Enable "Decode As" for Bluetooth L2CAP

Date: Tue, 25 Sep 2012 05:32:00 -0700 (PDT)
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7754

Michal Labedzki <michal.labedzki@xxxxxxxxx> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |michal.labedzki@xxxxxxxxx

--- Comment #1 from Michal Labedzki <michal.labedzki@xxxxxxxxx> 2012-09-25 05:32:00 PDT ---
Hi Andrei, you also need to add to
dissect_b_frame() 

Line like:
if (!dissector_try_uint(l2cap_cid_dissector_table, (guint32) cid,
                    next_tvb, pinfo, tree))

Before other kind of dissection (After "/* call next dissector */")
"cid" come from this frame, not DecodeBy.

Then DecodingByCid will be available for btobex. If you implemented "DecodeBy"
Dialog of course.

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