QUIC: fix null-ptr dereference in gQUIC version check
[metze/wireshark/wip.git] / ui / commandline.h
index a72280446de8e13e5d7cfe2456e1baaa31c3cce8..e88b0e16f7a31019f3fe96fcba4a2d6fa70ca807 100644 (file)
@@ -5,19 +5,7 @@
  * By Gerald Combs <gerald@wireshark.org>
  * Copyright 1998 Gerald Combs
  *
- * This program is free software; you can redistribute it and/or
- * modify it under the terms of the GNU General Public License
- * as published by the Free Software Foundation; either version 2
- * of the License, or (at your option) any later version.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
+ * SPDX-License-Identifier: GPL-2.0-or-later
  */
 
 #ifndef __COMMANDLINE_H__
@@ -37,6 +25,7 @@ typedef struct commandline_param_info
 {
 #ifdef HAVE_LIBPCAP
     gboolean list_link_layer_types;
+    gboolean list_timestamp_types;
     gboolean start_capture;
     gboolean quit_after_cap;
 #endif
@@ -47,10 +36,6 @@ typedef struct commandline_param_info
     gchar* cf_name;
     gchar* rfilter;
     gchar* dfilter;
-    ts_type time_format;
-    GSList *disable_protocol_slist;
-    GSList *enable_heur_slist;
-    GSList *disable_heur_slist;
     gboolean full_screen;
 
 } commandline_param_info_t;