https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=16710

--- Comment #2 from Jaap Keuter <jaap.keu...@xs4all.nl> ---
Try this for a display filter: (rtcp.senderssrc == 0x0a8142b6) && (rtcp.pt ==
200)

This should result in a sequence of packets with monotonic rising values for
_all_ fields. But when you scroll though the packet list and look at the
details _all_ field values bounce around, not just the timestamp.

If you look at RFC 3711, section 3.4, you'll see that these fields fall in the
encrypted section of the SRTCP packet. So this leads me to believe that you are
looking at encrypted RTCP.

-- 
You are receiving this mail because:
You are watching all bug changes.
___________________________________________________________________________
Sent via:    Wireshark-bugs mailing list <wireshark-bugs@wireshark.org>
Archives:    https://www.wireshark.org/lists/wireshark-bugs
Unsubscribe: https://www.wireshark.org/mailman/options/wireshark-bugs
             mailto:wireshark-bugs-requ...@wireshark.org?subject=unsubscribe

Reply via email to