URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=3f49e897f674008c27de9833b8ba2d119dc22ef4
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
3f49e89 by Guy Harris (guy@xxxxxxxxxxxx):
Pull quit_after_cap out of the global capture options.
Really, all the GUI-related options should be pulled out, so they're not
cluttering up dumpcap and tshark.
Change-Id: I0276dee2be48bae3498a819d8c0c2747fe1352e7
Reviewed-on: https://code.wireshark.org/review/16180
Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
Actions performed:
from 72d9785 We need global_capture_opts if we have extcap, even without pcap.
adds 3f49e89 Pull quit_after_cap out of the global capture options.
Summary of changes:
capture_opts.c | 2 --
capture_opts.h | 1 -
ui/commandline.c | 4 ++++
ui/commandline.h | 4 ++++
ui/gtk/main.c | 6 +++---
ui/qt/main_welcome.cpp | 7 +++++++
ui/qt/main_window.cpp | 4 +++-
ui/qt/main_window_slots.cpp | 12 ++++++++----
8 files changed, 29 insertions(+), 11 deletions(-)