Add Enabled Protocols dialog for Qt
authorMichael Mann <mmann78@netscape.net>
Tue, 21 Jul 2015 17:32:42 +0000 (13:32 -0400)
committerAnders Broman <a.broman58@gmail.com>
Thu, 23 Jul 2015 09:15:36 +0000 (09:15 +0000)
commit2c534a93acc64703921b4170023e4b8bae507bc7
treed856b007879bb116cdd350f01396835f1a4b09a4
parentbf3e1179d2f2c089074804f054d55a22dc3b1494
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@wireshark.org>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
Reviewed-by: Anders Broman <a.broman58@gmail.com>
13 files changed:
epan/packet.c
epan/proto.c
epan/proto.h
ui/qt/CMakeLists.txt
ui/qt/Makefile.am
ui/qt/Makefile.common
ui/qt/Wireshark.pro
ui/qt/enabled_protocols_dialog.cpp [new file with mode: 0644]
ui/qt/enabled_protocols_dialog.h [new file with mode: 0644]
ui/qt/enabled_protocols_dialog.ui [new file with mode: 0644]
ui/qt/main_window.h
ui/qt/main_window.ui
ui/qt/main_window_slots.cpp