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
This commit is contained in:
Anders Broman 2013-07-10 05:00:43 +00:00
parent 40a66a273c
commit eff8250555
1 changed files with 1 additions and 1 deletions

View File

@ -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 {