URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=c7996990402b7bba13a9df6807797febb9ebaf98
Submitter: Michal Labedzki (michal.labedzki@xxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
c799699 by Michal Labedzki (michal.labedzki@xxxxxxxxx):
    Qt/Bluetooth: Split LE Meta Events
    
    Add 3rd level subtree in Event->LE Meta, because of
    existance of "Subevent" which is in similar thing to
    Event or Opcode in CommandComplete.
    
    Change-Id: Ib732ab417c5141251736b608de2e4e64b702c20a
    Reviewed-on: https://code.wireshark.org/review/18667
    Reviewed-by: Michal Labedzki <michal.labedzki@xxxxxxxxx>
    
Actions performed:
    from  3eae603   Bluetooth: HCI: LE: Dissect all LE Features
    adds  c799699   Qt/Bluetooth: Split LE Meta Events
Summary of changes:
 epan/dissectors/packet-bluetooth.h     |    2 +
 epan/dissectors/packet-bthci_evt.c     |   18 +++++
 ui/qt/bluetooth_hci_summary_dialog.cpp |  116 ++++++++++++++++++++++++++++++--
 ui/qt/bluetooth_hci_summary_dialog.ui  |   47 +++++++++++++
 4 files changed, 177 insertions(+), 6 deletions(-)