ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

Wireshark-dev: Re: [Wireshark-dev] RTP raw file

From: Jaap Keuter <jaap.keuter@xxxxxxxxx>
Date: Sat, 15 Mar 2008 20:46:00 +0100
Hi,

Have a look at rtp_analysis.c

The idea is to 'tap' the RTP packets and write out the payloads into a file.
That gives you the stream as seen on the network, actual voip applications use a jitterbuffer to recover from sequence errors and changing network delay.

Thanx,
Jaap

TORKHANI Wajdi wrote:
Hello,
Im a final year student of engineering. Im doing a project on VOIP (G.729) I must create a voip sniffer (to capture communication VOIP on the LAN) and then to convert them into audio format.
I succeeded in preparing a sniffer in C++ (by using the library winpcap) to:
1-  capture network traffic
2-  Filtre UDP trafic
3- Read ethernet,ip,udp and RTP header.
But I do not know how to create a raw file seems the output file created by Ethereal
(Statistics->RTP->STeam Analysis->save payload-> .raw )
Please please help me. Thank you so much.