Wireshark-commits: [Wireshark-commits] master 1592679: Bluetooth HCI: Add support for Bluetooth v5.
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Fri, 31 Jan 2020 05:13:24 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=1592679ed80c4ffb26e736a836ffe80fbab139e9
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

1592679 by Allan Møller Madsen (almomadk@xxxxxxxxx):

    Bluetooth HCI: Add support for Bluetooth v5.2
    
    Dissection of all new HCI commands and events added in
    the newly released Bluetooth specification version 5.2.
    Bluetooth Device Dialog updated to also show ISO buffer
    size and amount.
    
    Change-Id: I3a459760cbe5f6c4f985621cee40dbbe5e473d39
    Signed-off-by: Allan Møller Madsen <almomadk@xxxxxxxxx>
    Reviewed-on: https://code.wireshark.org/review/35957
    Petri-Dish: Anders Broman <a.broman58@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  76ed59b   Regenerate some ASN.1 dissectors after gd44c5e45cb
     add  1592679   Bluetooth HCI: Add support for Bluetooth v5.2


Summary of changes:
 epan/dissectors/packet-bluetooth.h |   2 +
 epan/dissectors/packet-bthci_cmd.c | 876 ++++++++++++++++++++++++++++++++++++-
 epan/dissectors/packet-bthci_cmd.h |   3 +
 epan/dissectors/packet-bthci_evt.c | 827 ++++++++++++++++++++++++++++++++--
 ui/qt/bluetooth_device_dialog.cpp  |  22 +-
 ui/qt/bluetooth_device_dialog.ui   |  10 +
 6 files changed, 1689 insertions(+), 51 deletions(-)