Open bricknerb opened 9 years ago
Which rtp data you're trying to decode? Some codecs are closed so you will be unable to read it's payload.
On the rtp side, its format is very simple. I've written a g711 rtp stack to support my sip-isup phone. If you want some advice, PM me
brianestey17[CodePlex]
I am trying to analyze a file with RTP packets but unfortunately PCAP.net is only able to parse to the UDP level. I've attached a sample VoIP file from Wireshark that contains RTP packets. Is there any chance that RTP will be added to the available parsers?