URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=3ebac2babbd9af1593b86084214051c4c2da8eb2
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
3ebac2b by Guy Harris (guy@xxxxxxxxxxxx):
Have commandline_other_options() directly fill in the global structure.
Other code looks at the global structure, so there won't be other
structures; just fill in the global structure directly.
Change-Id: I4dc87b79168c5a7c9ab1f085aa2d78cc6d2c9019
Reviewed-on: https://code.wireshark.org/review/16184
Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
Actions performed:
from ac4ad2b Don't set quit_after_cap if no pcap, as it's not present.
adds 3ebac2b Have commandline_other_options() directly fill in the global structure.
Summary of changes:
ui/commandline.c | 64 +++++++++++++++++++++++++++---------------------------
ui/commandline.h | 2 +-
ui/gtk/main.c | 2 +-
wireshark-qt.cpp | 2 +-
4 files changed, 35 insertions(+), 35 deletions(-)