URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=d56ad090fb13e3e88f16eead6afc629d0341f677
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark
Commits:
d56ad09 by Roland Knall (rknall@xxxxxxxxx):
Qt: in EnabledProtocolsDialog handle protocol type
Allow a selection of the list based on the protocol type. That way
one can easily enable/disable for instance just heuristic protocols
Change-Id: I1ee8df5d9887c764272ec55b33703855c0c91f5a
Reviewed-on: https://code.wireshark.org/review/34442
Reviewed-by: Roland Knall <rknall@xxxxxxxxx>
Petri-Dish: Roland Knall <rknall@xxxxxxxxx>
Tested-by: Petri Dish Buildbot
Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
Actions performed:
from c2a7214 Qt: Make first column moveable
add d56ad09 Qt: in EnabledProtocolsDialog handle protocol type
Summary of changes:
docbook/release-notes.adoc | 2 +-
ui/qt/enabled_protocols_dialog.cpp | 15 +++-
ui/qt/enabled_protocols_dialog.h | 1 +
ui/qt/enabled_protocols_dialog.ui | 10 +++
ui/qt/models/enabled_protocols_model.cpp | 141 +++++++++++++++++++++++--------
ui/qt/models/enabled_protocols_model.h | 33 ++++++--
6 files changed, 157 insertions(+), 45 deletions(-)