From 42985f4f175a49410dfe6c74f52fde6e733cec1b Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Sun, 19 Jun 2016 12:55:48 -0700 Subject: 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 --- wireshark-qt.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wireshark-qt.cpp') diff --git a/wireshark-qt.cpp b/wireshark-qt.cpp index f332dc455a..ed77e5ae75 100644 --- a/wireshark-qt.cpp +++ b/wireshark-qt.cpp @@ -453,7 +453,7 @@ int main(int argc, char *argv[]) g_free(rf_path); } - commandline_capture_options(argc, ws_argv, &capture_param_info); + commandline_early_options(argc, ws_argv, &capture_param_info); #ifdef _WIN32 reset_library_path(); -- cgit v1.2.3