Wireshark-users: Re: [Wireshark-users] RTCP packets not getting decoded correctly

From: Jaap Keuter <jaap.keuter@xxxxxxxxx>
Date: Sat, 16 Dec 2023 22:46:16 +0100
Hi,

What you are probably looking at is the encrypted form of RTCP, as defined in RFC 3711.
Therefor the first part of the packet looks okay, while the data following the SSRC is undissectable, because encrypted.
To be able to decrypt this the key and negotiated transforms would be needed. They are usually not available.
And even if they were, Wireshark currently is not able to decrypt this.


On 16 Dec 2023, at 11:05, Mahesh V <maheshvenkateshwaran@xxxxxxxxx> wrote:

Hi Folks

I was trying to capture RTCP packets from a Microsoft Teams call
to decode the sender and receiver reports to calculate MOScore.
(Using D/J/PL data).
However, I find that my wireshark is unable to decode these packets.
(please see attached rtcp.pcapng)
However, wireshark was able to decode packet correctly
any idea whats going on?
thanks in advance