From 5cf7fcdf0f62cf0d8617428141a26e6f280a45d0 Mon Sep 17 00:00:00 2001 From: Gerald Combs Date: Thu, 30 Jun 2016 14:55:19 -0700 Subject: Qt+Gtk: Fix the -t command line flag. Add the time format to commandline_param_info_t and apply it when we've finished application initialization. Bug: 12489 Change-Id: Ice626198a610567e945a8e53c0c1093797e8208e Reviewed-on: https://code.wireshark.org/review/16232 Reviewed-by: Gerald Combs Petri-Dish: Gerald Combs Tested-by: Petri Dish Buildbot Reviewed-by: Michael Mann --- ui/commandline.h | 1 + 1 file changed, 1 insertion(+) (limited to 'ui/commandline.h') diff --git a/ui/commandline.h b/ui/commandline.h index 0e14c60521..9d770fb678 100644 --- a/ui/commandline.h +++ b/ui/commandline.h @@ -47,6 +47,7 @@ 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; -- cgit v1.2.1