Reputation: 43
I am using wireshark 3.2.4 on Windows10, to capture a rtp over TCP/UDP stream to do analyze, but the protocol column shows no RTP data.
So I searched the web, and see an article about RTP in wireshark, then I downloaded the the SampleCaptures file rtp_example.raw.gz and open in wireshark, but different from the screenshot in the article, where there are RTP and h.245, here is my screenshot of opening rtp_example.raw.gz, so what should I do to get the similar analyse results as the article shows? Thanks.
Upvotes: 4
Views: 3509
Reputation: 1021
If Wireshark can't find the right dissector for a package by itsself you can tell it how to interpret the received packages:
In your capture you will now see that packages from that stream are interpreted as RTP.
More info in the Wireshark help docs.
Upvotes: 5