Wireshark-commits: [Wireshark-commits] master 2c534a9: Add Enabled Protocols dialog for Qt
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 23 Jul 2015 09:15:44 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=2c534a93acc64703921b4170023e4b8bae507bc7
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

2c534a9 by Michael Mann (mmann78@xxxxxxxxxxxx):

    Add Enabled Protocols dialog for Qt
    
    This dialog combines the "protocols" and heuristic dissectors (from GTK) into a single tree view where heuristic dissectors are children of their protocol.
    
    Change-Id: I107656afd079c1d1c8a98161b736e4b4ad84f813
    Reviewed-on: https://code.wireshark.org/review/9739
    Petri-Dish: Gerald Combs <gerald@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  bf3e117   HTTP2: Update to libnghttp2 1.1.2
    adds  2c534a9   Add Enabled Protocols dialog for Qt


Summary of changes:
 epan/packet.c                                      |    3 +
 epan/proto.c                                       |   25 ++
 epan/proto.h                                       |   15 +
 ui/qt/CMakeLists.txt                               |    3 +
 ui/qt/Makefile.am                                  |    2 +
 ui/qt/Makefile.common                              |    4 +
 ui/qt/Wireshark.pro                                |    3 +
 ui/qt/enabled_protocols_dialog.cpp                 |  321 ++++++++++++++++++++
 .../qt/enabled_protocols_dialog.h                  |   73 +++--
 ui/qt/enabled_protocols_dialog.ui                  |  144 +++++++++
 ui/qt/main_window.h                                |    1 +
 ui/qt/main_window.ui                               |   14 +-
 ui/qt/main_window_slots.cpp                        |    7 +
 13 files changed, 575 insertions(+), 40 deletions(-)
 create mode 100644 ui/qt/enabled_protocols_dialog.cpp
 copy codecs/G722/G722decode.c => ui/qt/enabled_protocols_dialog.h (54%)
 create mode 100644 ui/qt/enabled_protocols_dialog.ui