ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
July 17th, 2024 | 10:00am-11:55am SGT (UTC+8) | Online

Wireshark-commits: [Wireshark-commits] rev 18798: /trunk/gtk/ /trunk/gtk/: rtp_analysis.c

Date: Thu, 27 Jul 2006 14:19:12 GMT
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