From e3ace4f27d454467bee225e19f8f34e0d4e9965d Mon Sep 17 00:00:00 2001 From: Martin Mathieson Date: Wed, 30 Sep 2015 04:49:01 -0700 Subject: Use a 'recent' setting to persist the checkbox controlling the source of PDUs to use in LTE RLC statistics Change-Id: I20234c3a3bf7761f70b0db5a6acbbf54ffbfcef5 Reviewed-on: https://code.wireshark.org/review/10699 Petri-Dish: Martin Mathieson Tested-by: Petri Dish Buildbot Reviewed-by: Martin Mathieson --- ui/recent.h | 1 + 1 file changed, 1 insertion(+) (limited to 'ui/recent.h') diff --git a/ui/recent.h b/ui/recent.h index fa44d69e4a..ef5f357f07 100644 --- a/ui/recent.h +++ b/ui/recent.h @@ -101,6 +101,7 @@ typedef struct recent_settings_tag { GList *conversation_tabs; /* enabled conversation dialog tabs */ GList *endpoint_tabs; /* enabled endpoint dialog tabs */ gchar *gui_fileopen_remembered_dir; /* folder of last capture loaded in File Open dialog */ + gboolean gui_rlc_use_pdus_from_mac; } recent_settings_t; /** Global recent settings. */ -- cgit v1.2.1