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

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

From: "TORKHANI Wajdi" <wajdi.torkhani@xxxxxxxxxxx>
Date: Sat, 15 Mar 2008 14:58:15 +0100
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.