Wireshark-commits: [Wireshark-commits] master d32fee2: Qt/Bluetooth: Add Display Filter Edit field

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sat, 22 Oct 2016 09:22:29 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=d32fee2d6252c485dacdf51441d7ba5c6d37d7f3
Submitter: Michal Labedzki (michal.labedzki@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

d32fee2 by Michal Labedzki (michal.labedzki@xxxxxxxxx):

    Qt/Bluetooth: Add Display Filter Edit field to HCI Summary dialogue
    
    Display Filter can be useful for this summary dialogue,
    for example to reduce number of frame that were analyzed, like:
    "frame.number >= 100 && frame.number <= 4674"
    
    Change-Id: I19587b9d41f3b253d1ca2683d198f7d7af2ad50f
    Reviewed-on: https://code.wireshark.org/review/18265
    Petri-Dish: Anders Broman <a.broman58@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Michal Labedzki <michal.labedzki@xxxxxxxxx>
    Tested-by: Michal Labedzki <michal.labedzki@xxxxxxxxx>
    

Actions performed:

    from  0cb4d0d   C1222: update auto generated file
    adds  d32fee2   Qt/Bluetooth: Add Display Filter Edit field to HCI Summary dialogue


Summary of changes:
 ui/qt/bluetooth_hci_summary_dialog.cpp |   23 +++++++++++++++++++++++
 ui/qt/bluetooth_hci_summary_dialog.h   |    1 +
 ui/qt/bluetooth_hci_summary_dialog.ui  |   19 ++++++++++++++++++-
 3 files changed, 42 insertions(+), 1 deletion(-)