Comment # 7
on bug 11724
from NooN
(In reply to Michal Labedzki from comment #4)
> So there is no any issue caused by Bluetooth-specific part of this dissector?
> If so, it can be applied and separate this dissector from Bluetooth next
> time.
I looked into packet-btobex.c. On line 2435 is a switch which determine the
direction: switch(pinfo->p2p_dir){
Do you know where this is set?
I thought this was set by the USB dissector.
Can you get me a hint where I can find a good description of the disector
system?
The documentation on the wiki I found I can't grasp.
You are receiving this mail because:
- You are watching all bug changes.