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 5761] New: RTCP RTPFB dissector fails to properly dissect

Date: Thu, 17 Mar 2011 12:11:14 -0700 (PDT)
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5761

           Summary: RTCP RTPFB dissector fails to properly dissect FCI for
                    unknown types.
           Product: Wireshark
           Version: SVN
          Platform: Other
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: Low
         Component: Wireshark
        AssignedTo: wireshark-bugs@xxxxxxxxxxxxx
        ReportedBy: olivier.crete@xxxxxxxxx


Build Information:
revision 36208
--
The RTCP RTPFB dissector puts the wrong length parameter when trying to add an
unknown FCI.

Attached patch fixes the problem by replacing:
  packet_length - offset
with:
  start_offset + packet_length - offset
as the length argument of proto_tree_add_item()

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