Comment # 1
on bug 9526
from Michal Labedzki
It seems to be solved.
Issue is introduced in:
-----------------------------------------------------------
commit 8dab82556c2a4799800b09a111dab61cb9935883
Author: Michael Mann <[email protected]>
AuthorDate: Thu Nov 28 18:11:02 2013 +0000
Commit: Michael Mann <[email protected]>
CommitDate: Thu Nov 28 18:11:02 2013 +0000
Bluetooth improvements. Bug 9446
(https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9446)
From Michal Labedzki.
1. Bluetooth: HFP: Fix recognizing roles. There is need to check which side
SDP record is, then it is possible to recognize roles.
2. Bluetooth: RFCOMM/HFP: Fix recognizing services and roles. Direction bit
means only that device is initiator of connection or not. But need in
3. Bluetooth: HFP: Fix unexpected expert info
4. Bluetooth: HCI: Set addresses to host/controller. Also optimize a little
handing of dissectors handles.
svn path=/trunk/; revision=53628
---
epan/dissectors/packet-btrfcomm.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
-----------------------------------------------------------
But solved in:
-----------------------------------------------------------
commit cc5543f8243db93356eed7632a81bf42eb0c9830
Author: Michael Mann <[email protected]>
AuthorDate: Sat Dec 7 01:01:31 2013 +0000
Commit: Michael Mann <[email protected]>
CommitDate: Sat Dec 7 01:01:31 2013 +0000
Bluetooth enhancements. Bug 9446
(https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9446)
Bluetooth: SCO: Add Source/Destination addresses
Bluetooth: HCRP: Use information from SDP to decoding PSM payload
From Michal Labedzki
svn path=/trunk/; revision=53816
---
epan/dissectors/packet-btl2cap.c | 3 ++-
epan/dissectors/packet-btrfcomm.c | 1 -
2 files changed, 2 insertions(+), 2 deletions(-)
-----------------------------------------------------------
Issue is about missing "is_local_psm" in btl2cap, but used in btrfcomm.
You are receiving this mail because:
- You are watching all bug changes.