URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=3827c81473f382ce72a0b0aab6ff0da1140692aa
Submitter: Gerald Combs (gerald@xxxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
3827c81 by Alexis La Goutte (alexis.lagoutte@xxxxxxxxx):
    Qt: Add Conversation Filter sub menu
    
    Apply conversation filters using the new color_dissector_filters.[ch]
    from g1f03180.
    
    Change-Id: I2e535bb3d5b95fd26226422daf9f83c452a95e3c
    Reviewed-on: https://code.wireshark.org/review/3558
    Petri-Dish: Gerald Combs <gerald@xxxxxxxxxxxxx>
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
    
Actions performed:
    from  486a530   ISAKMP: fix compilation without libgcrypt
    adds  3827c81   Qt: Add Conversation Filter sub menu
Summary of changes:
 ui/qt/filter_action.cpp     |    4 +++
 ui/qt/filter_action.h       |    1 +
 ui/qt/main_window.h         |    2 ++
 ui/qt/main_window.ui        |    6 ++++
 ui/qt/main_window_slots.cpp |   71 +++++++++++++++++++++++++++++--------------
 ui/qt/packet_list.cpp       |   15 ++++++---
 ui/qt/packet_list.h         |    1 +
 ui/qt/proto_tree.cpp        |   10 ++++++
 ui/qt/proto_tree.h          |    1 +
 9 files changed, 85 insertions(+), 26 deletions(-)