Re: [Wireshark-users] Define Specific UDP range to be RTP

2007-08-21 Thread Luis EG Ontanon
If you enable heuristic recognition from the RTP preferences ("Try to decode RTP outside conversations"), Wireshark will try to guess if undecoded UDP packets are RTP and if it recognizes them as such will decode them as RTP. On 8/22/07, J P <[EMAIL PROTECTED]> wrote: > Hi, > > In my setup all UD

Re: [Wireshark-users] Precompiled WIN32 Wireshark/PortAudio Binary

2007-08-21 Thread Guy Harris
On Aug 21, 2007, at 4:04 PM, J P wrote: > Is there a precompiled Wireshark Binary that includes PortAudio? All of our Windows builds should include PortAudio. Try running tshark or wireshark with the "-v" command-line option, or checking the "About" item in the Wireshark "Help" menu - it sh

[Wireshark-users] Define Specific UDP range to be RTP

2007-08-21 Thread J P
Hi, In my setup all UDP packets with port numbers between 15000 and 2 are RTP. How can I set up Wireshark to ALWAYS decode UDP Packets with port numbers between 15000 and 2 as RTP? Thanx, John ___ Wireshark-users mailing list Wireshark-users@w

[Wireshark-users] Precompiled WIN32 Wireshark/PortAudio Binary

2007-08-21 Thread J P
Hi, Is there a precompiled Wireshark Binary that includes PortAudio? I want to play back RTP streams. Thanx, -John ___ Wireshark-users mailing list Wireshark-users@wireshark.org http://www.wireshark.org/mailman/listinfo/wireshark-users

Re: [Wireshark-users] How do I play RTP audio streams in real time in Wireshark?

2007-08-21 Thread J P
Hi, I should have mentioned that I want to do this on Windows and can not compile any code - need the binaries. Thanx, John -- Forwarded message -- From: J P <[EMAIL PROTECTED]> Date: Aug 21, 2007 4:21 PM Subject: How do I play RTP audio streams in real time in Wireshark? To: wi

[Wireshark-users] How do I play RTP audio streams in real time in Wireshark?

2007-08-21 Thread J P
Hi, I want to use Wireshark to capture RTP traffic and play the audio contained in the RTP payload back in real time. Or if not in Real Time then play back the audio in a capture file. The type of VoIP stream is not recognized by Wireshark as VoIP ie UNISTIM. Thanx, John __