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.