URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=234d8eacec8807924945df55821b79f90e371c65
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
234d8ea by Guy Harris (guy@xxxxxxxxxxxx):
Pass the info strings directly to commandline_early_options().
Just pass them directly as arguments, don't stuff them into a structure.
Change-Id: Iac84226f54898bc953011bca64795e9049762905
Reviewed-on: https://code.wireshark.org/review/16022
Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
Actions performed:
from 85c805d Handle capture options in pcap-less Wireshark in the commandline_ routines.
adds 234d8ea Pass the info strings directly to commandline_early_options().
Summary of changes:
ui/commandline.c | 5 +++--
ui/commandline.h | 9 ++-------
ui/gtk/main.c | 14 ++++++--------
wireshark-qt.cpp | 14 ++++++--------
4 files changed, 17 insertions(+), 25 deletions(-)