http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=53628
User: mmann
Date: 2013/11/28 06:11 PM
Log:
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 information who is owner of connection (remote device or localhost), so use this information from L2CAP.
3. Bluetooth: HFP: Fix unexpected expert info
4. Bluetooth: HCI: Set addresses to host/controller. Also optimize a little handing of dissectors handles.
Directory: /trunk/epan/dissectors/
Changes Path Action
+6 -3 packet-bthci_cmd.c Modified
+5 -4 packet-bthci_evt.c Modified
+7 -5 packet-bthfp.c Modified
+1 -0 packet-btl2cap.h Modified
+2 -1 packet-btrfcomm.c Modified
+8 -7 packet-btrfcomm.h Modified