URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=77a918188267f8f45bc9f51aa81bb24ee27765c5
Submitter: Gerald Combs (gerald@xxxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
77a9181 by Gerald Combs (gerald@xxxxxxxxxxxxx):
Add the supported protocols internals dialog.
Includes a bonus search field.
Change-Id: I0b101b725d531a59c8a2fdbfbf4690b507135546
Reviewed-on: https://code.wireshark.org/review/10731
Petri-Dish: Gerald Combs <gerald@xxxxxxxxxxxxx>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
Actions performed:
from cf3d279 CMake: OS X packaging updates.
adds 77a9181 Add the supported protocols internals dialog.
Summary of changes:
ui/qt/CMakeLists.txt | 3 +
ui/qt/Makefile.am | 2 +
ui/qt/Makefile.common | 4 +
ui/qt/Wireshark.pro | 2 +
ui/qt/main_window.h | 1 +
ui/qt/main_window.ui | 9 ++
ui/qt/main_window_slots.cpp | 7 +
ui/qt/supported_protocols_dialog.cpp | 136 ++++++++++++++++++++
...t_pdu_dialog.h => supported_protocols_dialog.h} | 26 ++--
...ols_dialog.ui => supported_protocols_dialog.ui} | 83 +++++-------
10 files changed, 211 insertions(+), 62 deletions(-)
create mode 100644 ui/qt/supported_protocols_dialog.cpp
copy ui/qt/{export_pdu_dialog.h => supported_protocols_dialog.h} (69%)
copy ui/qt/{enabled_protocols_dialog.ui => supported_protocols_dialog.ui} (58%)