URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=2c534a93acc64703921b4170023e4b8bae507bc7 Submitter: Anders Broman ([email protected]) Changed: branch: master Repository: wireshark
Commits: 2c534a9 by Michael Mann ([email protected]): 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 <[email protected]> Tested-by: Petri Dish Buildbot <[email protected]> Reviewed-by: Anders Broman <[email protected]> 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 ___________________________________________________________________________ Sent via: Wireshark-commits mailing list <[email protected]> Archives: https://www.wireshark.org/lists/wireshark-commits Unsubscribe: https://wireshark.org/mailman/options/wireshark-commits mailto:[email protected]?subject=unsubscribe
