dotpcap / sharppcap

Official repository - Fully managed, cross platform (Windows, Mac, Linux) .NET library for capturing packets
1.33k stars 268 forks source link

How to read voip information #426

Closed suzhou-Second closed 1 year ago

suzhou-Second commented 1 year ago

I want to read the information in the RTP package, but I don't know how to read it. Whether RTP can be read

kayoub5 commented 1 year ago

See example in https://github.com/dotpcap/packetnet/blob/af442b608f72d0c3f19ed4a9dc32f950558fde48/Test/PacketType/RtpPacketTest.cs

For RTP and packet dissection in general please use https://github.com/dotpcap/packetnet repo.