Wireshark-commits: [Wireshark-commits] master 65a1f60: Add "Disable Protocol..." to the ProtoTree c

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Tue, 28 Jul 2015 03:54:45 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=65a1f60e70184faf0238e4df2585af056be1e4c7
Submitter: Gerald Combs (gerald@xxxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

65a1f60 by Gerald Combs (gerald@xxxxxxxxxxxxx):

    Add "Disable Protocol..." to the ProtoTree context menu.
    
    Assume that "I don't want to see this" counts as a preference and add it
    under the "Protocol Preferences" submenu.
    
    Change-Id: I396e2476509db9df895826f8817b191893bcb14a
    Reviewed-on: https://code.wireshark.org/review/9812
    Petri-Dish: Gerald Combs <gerald@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
    

Actions performed:

    from  01bc31c   Fixup packet list context menu behavior.
    adds  65a1f60   Add "Disable Protocol..." to the ProtoTree context menu.


Summary of changes:
 ui/qt/enabled_protocols_dialog.cpp  |   36 ++++++++++++++++++++++++++++++-----
 ui/qt/enabled_protocols_dialog.h    |    9 +++------
 ui/qt/protocol_preferences_menu.cpp |   32 +++++++++++++++++++++++++------
 ui/qt/protocol_preferences_menu.h   |    3 +++
 4 files changed, 63 insertions(+), 17 deletions(-)