From 485bc456c57a16dbe50b76c476e48223038bb0e8 Mon Sep 17 00:00:00 2001 From: Roland Knall Date: Tue, 29 Dec 2015 07:57:36 +0100 Subject: extcap: Restore functionality for options Allow stored options to be restored to their default values. This adds a global cleanup method for extcap and globally defined preference values, which fixes the parameter problem with windows Change-Id: I48e0cf846ef81f4732d652c6a2ad0020db5df08e Reviewed-on: https://code.wireshark.org/review/13741 Petri-Dish: Roland Knall Tested-by: Petri Dish Buildbot Reviewed-by: Roland Knall --- extcap_parser.h | 1 + 1 file changed, 1 insertion(+) (limited to 'extcap_parser.h') diff --git a/extcap_parser.h b/extcap_parser.h index e43e1ac6db..b6cc762797 100644 --- a/extcap_parser.h +++ b/extcap_parser.h @@ -118,6 +118,7 @@ typedef struct _extcap_arg { extcap_complex *default_complex; gchar * storeval; + gchar * device_name; GList * values; } extcap_arg; -- cgit v1.2.3