Wireshark-bugs: [Wireshark-bugs] [Bug 1417] Inaccurate RTCP Parsing

Date: Tue, 6 Mar 2007 13:55:25 +0000 (GMT)
http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1417


martin.mathieson@xxxxxxxxxxxx changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED




------- Comment #1 from martin.mathieson@xxxxxxxxxxxx  2007-03-06 13:55 GMT -------
The RTCP dissector was already carefully checking the length of the frame
against the length field, it was just showing the raw field value in the tree. 
The 'long text' that appears when you select the field tries to explain how the
value is related to the expected byte length, but that is easy to miss.  Note
that to go from the raw value to the byte length you need to add 1 *then*
multiply by 4.

With change 20982 I've made this field show both the raw field value and the
byte length. Thanks for pointing this out,
Martin


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