Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Ethereal-dev: Re: [Ethereal-dev] Ethereal addition for analysing RTP data

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: Jason House <jhouse@xxxxxxxxx>
Date: Wed, 05 Mar 2003 10:57:01 -0500
Hey, that's cool.
If only I had RTP traffic and time to play :(

Miha Jemec wrote:
> 
> Hi!
> 
> After quite some time here is the rewritten version of RTP analysing
> tool. It uses now the tap system (I had to change the packet-rtp.c and
> packet-rtp.h) and with the intention of being OS independent it doesn't
> make possible to play the voice directly through the sound card but has
> the possibility to save it in a file for later listening. How it works
> is described in code itself (I tried to put many comments there). There
> are still some open questions or problems (look for XXX). I was able to
> test it only under Intel machine with Linux OS, so test on other OS
> would be welcome.