Wireshark-commits: [Wireshark-commits] master e70a23f: Qt: Add a filter expression item to the disp
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Tue, 27 Oct 2015 19:28:26 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=e70a23f49d79ec2c6a9db25409de052d64c2ed36
Submitter: Gerald Combs (gerald@xxxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

e70a23f by Gerald Combs (gerald@xxxxxxxxxxxxx):

    Qt: Add a filter expression item to the display filter edit menu.
    
    Add an item to the display filter bookmark menu which opens the filter
    expression preferences. We also need an expression editor frame similar
    to the column editor frame, but hopefully this will suffice until that
    exists.
    
    Change-Id: If4c159bb769f0f8e7f89db55f1c6fd7c0bf65c87
    Reviewed-on: https://code.wireshark.org/review/11315
    Petri-Dish: Gerald Combs <gerald@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
    

Actions performed:

    from  2ccb9d2   Add jitter logic to RtpAudioStream.
    adds  e70a23f   Qt: Add a filter expression item to the display filter edit menu.


Summary of changes:
 ui/qt/display_filter_edit.cpp                  |    7 +++++++
 ui/qt/display_filter_edit.h                    |    3 +++
 ui/qt/filter_expressions_preferences_frame.cpp |    5 +++--
 ui/qt/filter_expressions_preferences_frame.h   |    2 +-
 ui/qt/filter_expressions_preferences_frame.ui  |    2 +-
 ui/qt/main_window.cpp                          |    2 ++
 6 files changed, 17 insertions(+), 4 deletions(-)