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

Wireshark-bugs: [Wireshark-bugs] [Bug 9204] Bug in RTP dissector if RTP extension is present

Date: Mon, 30 Sep 2013 07:22:23 +0000

Comment # 3 on bug 9204 from
Comment on attachment 11675 [details]
big fix for RTP extension

The problem was that because ext_offset was incremented after length check, the
ext_offset would point to the end of the buffer and on next iteration of the
while loop tvb_get_guint8 would read past the end, which resulted in an error.


You are receiving this mail because:
  • You are watching all bug changes.