URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=8bfd306a27e6b18499eef3921bbdd44982bc38a8
Submitter: Alexis La Goutte (alexis.lagoutte@xxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
8bfd306 by Michal Labedzki (michal.labedzki@xxxxxxxxx):
Bluetooth: Update to latest Assigned Numbers (up to 4.2)
Also start decoding next two profile attribute groups in SDP
(MPS and CTN) and add new two fields in EIR/AD.
Change-Id: I4dc13df2b3b13e8c2a2a5c4af2cabae9ee83d539
Reviewed-on: https://code.wireshark.org/review/6409
Petri-Dish: Michal Labedzki <michal.labedzki@xxxxxxxxx>
Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
Actions performed:
from 90453a4 mka: Minor cleanup
adds 8bfd306 Bluetooth: Update to latest Assigned Numbers (up to 4.2)
Summary of changes:
epan/dissectors/packet-bluetooth.c | 465 ++++++++++++++++++++++---
epan/dissectors/packet-bthci_cmd.c | 22 ++
epan/dissectors/packet-bthci_evt.c | 2 +
epan/dissectors/packet-btl2cap.c | 1 +
epan/dissectors/packet-btl2cap.h | 1 +
epan/dissectors/packet-btsdp.c | 656 +++++++++++++++++++++++++++++++++++-
epan/dissectors/packet-btsdp.h | 7 +
7 files changed, 1109 insertions(+), 45 deletions(-)