Wireshark-commits: [Wireshark-commits] master 5b1d62c: ext_menubar: Add pointer to GUI main structu
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=5b1d62c50b36fcae939e61ba7ac6f65a4a846626
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
5b1d62c by Roland Knall (roland.knall@xxxxxxxxxxxxxxxxx):
ext_menubar: Add pointer to GUI main structure
Add a pointer to the callback, which will provide an enum value,
for each calling GUI entity, as well as a pointer to the main
structure for that entity.
For Qt this can be used for instance, to connect to slots of the
main instance, to update a calling dialog.
Change-Id: Ifa6b04f868512574de53b6bce507e343f6e219d4
Reviewed-on: https://code.wireshark.org/review/8085
Petri-Dish: Graham Bloice <graham.bloice@xxxxxxxxxxxxx>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
Reviewed-by: Roland Knall <rknall@xxxxxxxxx>
Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
Actions performed:
from c3c8316 SSL/TLS: Add support of TLS Fallback Signaling Cipher Suite Value (SCSV) for Preventing Protocol Downgrade Attacks (RFC 7507)
adds 5b1d62c ext_menubar: Add pointer to GUI main structure
Summary of changes:
epan/ext_menubar.h | 9 ++++++++-
ui/gtk/main_menubar.c | 2 +-
ui/qt/main_window_slots.cpp | 2 +-
3 files changed, 10 insertions(+), 3 deletions(-)