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 7386] New: In RTCP-XR, in Packet Receipt Times Report Bloc

Date: Thu, 21 Jun 2012 04:49:34 -0700 (PDT)
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7386

           Summary: In RTCP-XR, in Packet Receipt Times Report Block(Block
                    3), the value of the packet receipt time shows Zero
                    and Sequence number is not according to thinning value
           Product: Wireshark
           Version: 1.8.0
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Major
          Priority: Low
         Component: Dissection engine (libwireshark)
        AssignedTo: bugzilla-admin@xxxxxxxxxxxxx
        ReportedBy: csevenkatramana@xxxxxxxxxxx


Created attachment 8635
  --> https://bugs.wireshark.org/bugzilla/attachment.cgi?id=8635
RTCP XR capture and Fix for Time stamp value 0

Build Information:
Paste the COMPLETE build information from "Help->About Wireshark", "wireshark
-v", or "tshark -v".
--
1. packet receipt times report is always showing value 0
2. Sequence Number is not according to the Thinning Value. 
Ex: If thinning value is 3 report for every 8th packet but wireshark showing
every sequence number .

>From RFC 3611, Thinning Value:
A thinning value, T, selects a subset of packets within the sequence
number space: those with sequence numbers that are multiples of 2^T.
Packet reception and loss reports apply only to those packets.  T can
vary between 0 and 15.  If T is zero, then every packet in the
sequence number space is reported upon.  If T is fifteen, then one in
every 32,768 packets is reported upon. 


Attached capture and fix for 1(time-stamp value 0)

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