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 28031: /trunk/epan/dissectors/ /trunk/epan/dissectors/:

Date: Sat, 11 Apr 2009 03:56:20 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=28031

User: guy
Date: 2009/04/10 08:56 PM

Log:
 Get the offset of the padding count correct (it has nothing to do with
 the amount of captured packet data, so calculating it must not involve
 tvb_length_remaining()), and, when processing the padding, count the
 padding count octet in the offset, so that the length check is correct.

Directory: /trunk/epan/dissectors/
  Changes    Path             Action
  +95 -82    packet-rtcp.c    Modified