PcapDotNet / Pcap.Net

.NET wrapper for WinPcap written in C++/CLI and C#, which features almost all WinPcap features and includes a packet interpretation framework.
BSD 3-Clause "New" or "Revised" License
571 stars 168 forks source link

RTP Packet Support #50

Open bricknerb opened 9 years ago

bricknerb commented 9 years ago

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?

ti24horas commented 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