Fix (or at least work around the crash in)
authormorriss <morriss@f5534014-38df-0310-8fa8-9805f1628bb7>
Sat, 27 Mar 2010 00:54:11 +0000 (00:54 +0000)
committermorriss <morriss@f5534014-38df-0310-8fa8-9805f1628bb7>
Sat, 27 Mar 2010 00:54:11 +0000 (00:54 +0000)
commit05e6c16cad4f036c2e443ecde06c2129ed14de0b
treefddd4607f5f3ae32b9e56d9db9a4e7e2d281f5ed
parent25557145a618b31cd37246217de23a98eb322187
Fix (or at least work around the crash in)
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4119 :

Never insert more than 1000 silence frames (e.g., if the sequence number jumps
massively).  There may be a better way, but at least now we won't crash.
Leave a comment in the code indicating this.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32304 f5534014-38df-0310-8fa8-9805f1628bb7
gtk/rtp_player.c