aboutsummaryrefslogtreecommitdiffstats
path: root/ui/cli
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2013-07-10 05:00:43 +0000
committerAnders Broman <anders.broman@ericsson.com>2013-07-10 05:00:43 +0000
commiteff82505550120c77e47ea90d79ca5ccd2ca4c36 (patch)
tree514cb6f568123360ba3d5bd295dfe4a29a93922c /ui/cli
parent40a66a273c2bcabf77f3fb97b614081353669ffc (diff)
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
Diffstat (limited to 'ui/cli')
-rw-r--r--ui/cli/tap-sipstat.c2
1 files changed, 1 insertions, 1 deletions
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 {