URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=807fe8ed99b09c33c02c7574a830ce0b344d6e91
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
807fe8e by Roland Knall (rknall@xxxxxxxxx):
pluginIF: Allow en-/disable of elements
Allow the enable/disable of an element
Change-Id: I9652e8d74b261ba259cebfba53e7bc7ef560d347
Reviewed-on: https://code.wireshark.org/review/20370
Petri-Dish: Roland Knall <rknall@xxxxxxxxx>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
Reviewed-by: Roland Knall <rknall@xxxxxxxxx>
Actions performed:
from 4a703e0 Check profile directory before personal directory for services and subnets file
adds 807fe8e pluginIF: Allow en-/disable of elements
Summary of changes:
epan/plugin_if.c | 5 ++++
epan/plugin_if.h | 5 +++-
plugins/pluginifdemo/ui/pluginifdemo_main.cpp | 18 ++++++++++++
plugins/pluginifdemo/ui/pluginifdemo_main.h | 2 ++
plugins/pluginifdemo/ui/pluginifdemo_main.ui | 33 +++++++++++++++++++--
ui/qt/additional_toolbar.cpp | 38 +++++++++++++++++++++----
6 files changed, 92 insertions(+), 9 deletions(-)