Wireshark-commits: [Wireshark-commits] master a99a036: Bluetooth: Fix wrong recognized RFCOMM servi
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=a99a0360c47c689abdf1ef09e09dea02749824d2
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
a99a036 by Michal Labedzki (michal.labedzki@xxxxxxxxx):
Bluetooth: Fix wrong recognized RFCOMM services
It seems that RFCOMM service can be dynamically changed while
connection is still alive. In other words: host can connect to
remote device and set one RFCOMM service (remote service), but later
remote device can change service to one of host service without
any disconnection. This patch add support for this case.
Also improve searching for useful UUID service through SDP.
Change-Id: I9e03b9b965d6b0d9761b4a451cdeb4a1a33ca017
Reviewed-on: https://code.wireshark.org/review/808
Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
Actions performed:
from ab42220 Bluetooth: AVDTP: Add option to disable Force Codec preference
adds a99a036 Bluetooth: Fix wrong recognized RFCOMM services
Summary of changes:
epan/dissectors/packet-btrfcomm.c | 102 ++++++++++++++++++++++++++++---------
epan/dissectors/packet-btsdp.c | 35 +++++++++----
2 files changed, 105 insertions(+), 32 deletions(-)