Wireshark-bugs: [Wireshark-bugs] [Bug 7715] Bluetooth: Add SAP dissector

Date: Wed, 12 Sep 2012 07:17:54 -0700 (PDT)
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7715

Jakub Zawadzki <darkjames-ws@xxxxxxxxxxxx> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |darkjames-ws@xxxxxxxxxxxx

--- Comment #7 from Jakub Zawadzki <darkjames-ws@xxxxxxxxxxxx> 2012-09-12 07:17:54 PDT ---
Hi,

(In reply to comment #6)
> Basically, you want to know if the packet is coming
> from you blutooth protocol and change the col_info  entry accordingly. 
> Why don't you look at proto->layer_names for this?

s/proto->/pinfo->layer_names/?

I'm not sure if you can use pinfo->layer_names.
We are only constructing layer_names when frame.protocols is referenced (ie
building visible tree or filtering "frame.protocols")
[packet-frame.c:315-331, commit r29733].

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