From report of IgorVK via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8736 Crash analyzing VoIP Calls

Wireshark crashes when analyzing Telephony->VoIP Calls from the pcap file attached.

From me :
Some packets is detect to be T38 and ->stop_fd is not initialize

#Backport 1.10 and 1.8

svn path=/trunk/; revision=49804
This commit is contained in:
Alexis La Goutte 2013-06-06 16:00:23 +00:00
parent 59c3ab9cc9
commit a4d78ca253
1 changed files with 1 additions and 0 deletions

View File

@ -831,6 +831,7 @@ T38_packet( void *ptr _U_, packet_info *pinfo, epan_dissect_t *edt _U_, const vo
callsinfo->call_num = tapinfo->ncalls++;
tapinfo->callsinfo_list = g_list_prepend(tapinfo->callsinfo_list, callsinfo);
}
callsinfo->stop_fd = pinfo->fd;
++(callsinfo->npackets);
/* increment the packets counter of all calls */
++(tapinfo->npackets);