URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=42985f4f175a49410dfe6c74f52fde6e733cec1b
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
42985f4 by Guy Harris (guy@xxxxxxxxxxxx):
Those aren't capture options, they're the options we must process early.
The only one of those options that has anything to do with packet
capture is -i, and all we do there is check for an argument of "-"; the
rest are either
1) options that affect your preference settings (-C to select
the profile, -P to set the personal file directory path);
2) options that just print something to the standard output or
error and exit, before firing up the GUI;
3) extension command line options (-X).
Change-Id: Iba9b8b14fe468e2ca9d4c67e1a9b8103603678d9
Reviewed-on: https://code.wireshark.org/review/16019
Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
Actions performed:
from 147b3d5 Ability to invoke "Decode As..." as command-line argument for GUIshark.
adds 42985f4 Those aren't capture options, they're the options we must process early.
Summary of changes:
ui/commandline.c | 2 +-
ui/commandline.h | 2 +-
ui/gtk/main.c | 2 +-
wireshark-qt.cpp | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)