I want to parse only RTP packets from a .pcap
file generated from WireShark using libpcap
library.
I have seen number of example that works on device to get the packets using libpcap
but i am not able to find any example that can extract specific packets from the .pcap
file.
anyone knows link to such examples or anyone having sample code for doing this.
Thanks.