aboutsummaryrefslogtreecommitdiffstats
path: root/wireshark-qt.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'wireshark-qt.cpp')
-rw-r--r--wireshark-qt.cpp15
1 files changed, 0 insertions, 15 deletions
diff --git a/wireshark-qt.cpp b/wireshark-qt.cpp
index 9bc9ac826e..6aff5979c8 100644
--- a/wireshark-qt.cpp
+++ b/wireshark-qt.cpp
@@ -595,21 +595,6 @@ int main(int argc, char *argv[])
commandline_info.prefs_p = ws_app.readConfigurationFiles(&gdp_path, &dp_path, false);
- /* Initialize commandline_info with default values */
- commandline_info.jump_backwards = SD_FORWARD;
- commandline_info.go_to_packet = 0;
- commandline_info.jfilter = NULL;
- commandline_info.cf_name = NULL;
- commandline_info.rfilter = NULL;
- commandline_info.dfilter = NULL;
-#ifdef HAVE_LIBPCAP
- commandline_info.start_capture = FALSE;
- commandline_info.list_link_layer_types = FALSE;
-#endif
- commandline_info.disable_protocol_slist = NULL;
- commandline_info.enable_heur_slist = NULL;
- commandline_info.disable_heur_slist = NULL;
-
/* Now get our args */
commandline_other_options(argc, argv, &commandline_info, TRUE);