filtered original file with rtpevent to separate pcap file, but packets showing as UDP
We filtered original pcap file with display filter rtpevent and write results to separate pcap file as below,
tshark -r TestRTPSIP.pcap -Y "rtpevent" -w rtpevent.pcap
result file rtpevent.pcap have packets but displaying as udp, cant see rtpevent information.