From eff82505550120c77e47ea90d79ca5ccd2ca4c36 Mon Sep 17 00:00:00 2001 From: Anders Broman Date: Wed, 10 Jul 2013 05:00:43 +0000 Subject: From Joe McEachern: SIP stats shows incorrect values for Max/Ave setup times. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8897 BACKPORT 1.8 1.10 svn path=/trunk/; revision=50480 --- ui/cli/tap-sipstat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ui/cli') diff --git a/ui/cli/tap-sipstat.c b/ui/cli/tap-sipstat.c index 30783be982..4c57f806fc 100644 --- a/ui/cli/tap-sipstat.c +++ b/ui/cli/tap-sipstat.c @@ -398,7 +398,7 @@ sipstat_init(const char *optarg, void* userdata _U_) filter=NULL; } - sp = g_new(sipstat_t,1); + sp = g_new0(sipstat_t,1); if(filter){ sp->filter=g_strdup(filter); } else { -- cgit v1.2.1