aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/mate/mate.h
diff options
context:
space:
mode:
authorJeff Morriss <jeff.morriss@ulticom.com>2010-04-14 18:39:00 +0000
committerJeff Morriss <jeff.morriss@ulticom.com>2010-04-14 18:39:00 +0000
commitb09f79f4141b403353c4afb2680739b7670d3045 (patch)
treeb8291d46569ae009eebf926261644b833a0e1d47 /plugins/mate/mate.h
parentef2548d0932500f5170d30b56a15624dfe69f816 (diff)
Be sure we initialize the p_id in hf's. This fixes
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3010 . Also finish the implementation of ShowTimes for GOGs so that the variable gets initialized (preventing another uninitialized variable warning from Valgrind). svn path=/trunk/; revision=32465
Diffstat (limited to 'plugins/mate/mate.h')
-rw-r--r--plugins/mate/mate.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/mate/mate.h b/plugins/mate/mate.h
index b920d5462a..370e5913fd 100644
--- a/plugins/mate/mate.h
+++ b/plugins/mate/mate.h
@@ -244,7 +244,7 @@ typedef struct _mate_config {
struct _gog_defaults {
float expiration;
-
+ gboolean show_times;
gop_tree_mode_t gop_tree_mode;
} gog;
} defaults;