Re: [Wireshark-dev] RTP raw file

2008-03-31 Thread TORKHANI Wajdi
ix them, so they don't clip. I would suggest using Audacity for this audio work. Thanx, Jaap TORKHANI Wajdi wrote: > Thank you so much > > After 4 weeks I can finally to hear the voice, > But now I have another problem! > If i record only one

Re: [Wireshark-dev] RTP raw file

2008-03-17 Thread TORKHANI Wajdi
RTP raw file 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. Th

[Wireshark-dev] RTP raw file

2008-03-15 Thread TORKHANI Wajdi
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