http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=18798
User: jmayer
Date: 2006/07/27 02:19 PM
Log:
Alex Shnitman <AlexS@xxxxxxxxxxxx>
Below is a patch for a bug in rtp_analysis.c. The variable
statinfo->delta_timestamp was not initialized in all the
necessary cases. The function rtp_packet_save_payload uses this
variable and the for loop on line 935 could use an old value
and run an incorrect amount of times, e.g. a couple billion,
which gets ethereal stuck. I can supply an example capture
which causes it. The patch solves the problem.
Directory: /trunk/gtk/
Changes Path Action
+1 -1 rtp_analysis.c Modified