Wireshark-commits: [Wireshark-commits] master 2c8056a: Qt: quit the UI if WIRESHARK_QUIT_AFTER_CAPT
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=2c8056acdf267c8e36fdfb6a3af286972d27f655
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
2c8056a by Dario Lombardo (lomato@xxxxxxxxx):
Qt: quit the UI if WIRESHARK_QUIT_AFTER_CAPTURE is set (offline mode too).
This change is useful to use the offline mode in tests (like fuzzing)
that require the software to quit after the processing of a sample.
Change-Id: I311c642edecf4012dc518c2bf8bca66c97aa1b02
Reviewed-on: https://code.wireshark.org/review/16038
Petri-Dish: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
Actions performed:
from bf29a5c Add LACP "flag strings"
adds 2c8056a Qt: quit the UI if WIRESHARK_QUIT_AFTER_CAPTURE is set (offline mode too).
Summary of changes:
ui/qt/main_window.cpp | 5 +++++
ui/qt/main_window_slots.cpp | 15 +++++++++++----
2 files changed, 16 insertions(+), 4 deletions(-)