Wireshark-commits: [Wireshark-commits] master 03f372f: Qt/Bluetooth: add results filter in HCI Summ
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Tue, 4 Apr 2017 02:00:01 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=03f372fd8b1512df3d499e1c5d292f9aaf5c8fa4
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

03f372f by Patryk Nowak (patryk.nowak@xxxxxxxxx):

    Qt/Bluetooth: add results filter in HCI Summary window
    
    Add ability to display only these HCI commands whose names match specified
    filter. Currently only simple filtering is implemented (substring search,
    no regex-matching).
    
    Change-Id: I418d3d2d3e7a3b196d5ba05496d31c508e842dec
    Reviewed-on: https://code.wireshark.org/review/20880
    Reviewed-by: Michal Labedzki <michal.labedzki@xxxxxxxxxxxxx>
    Petri-Dish: Michal Labedzki <michal.labedzki@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
    

Actions performed:

    from  bf524d9   wbxml: don't THROW() an exception from a dissector
    adds  03f372f   Qt/Bluetooth: add results filter in HCI Summary window


Summary of changes:
 ui/qt/bluetooth_hci_summary_dialog.cpp |   20 ++++++++++++++++++++
 ui/qt/bluetooth_hci_summary_dialog.h   |    1 +
 ui/qt/bluetooth_hci_summary_dialog.ui  |   17 +++++++++++++++++
 3 files changed, 38 insertions(+)