Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-bugs: [Wireshark-bugs] [Bug 2505] RTP header extensions with length>4 bytes dissected

Date: Sun, 27 Apr 2008 01:41:36 -0700 (PDT)
http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2505


Alon Tal <alon@xxxxxxxxxxx> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Attachment #1744|                            |review_for_checkin?
               Flag|                            |
         AssignedTo|wireshark-bugs@xxxxxxxxxxxxx|alon@xxxxxxxxxxx
             Status|NEW                         |ASSIGNED




--- Comment #1 from Alon Tal <alon@xxxxxxxxxxx>  2008-04-27 01:41:27 GMT ---
Created an attachment (id=1744)
 --> (http://bugs.wireshark.org/bugzilla/attachment.cgi?id=1744)
Fixes incorrect dissection of RTP header extensions > 4 bytes.

During header extension dissection, the same buffer offset was used over and
over, without getting incremented. 
Fixed by adding a 'hdrext_offset' index, incrementing and using it instead of
the function-wide 'offset' variable.


-- 
Configure bugmail: http://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.