http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=19093
User: etxrab
Date: 2006/08/30 08:50 PM
Log:
From Alejandro Vaquero:
- Change the "listen_rtp" to "rtp_player"
- Change from a plugin to be part of the core
- By default it will not compile with the rtp_player. In order to
compile it is necessary to:
+ For windows: uncomment the line
"PORTAUDIO_DIR=$(WIRESHARK_LIBS)\portaudio_v18_1" in config.nmake
+ For linux: using the "--with-portaudio=yes"
Directory: /trunk/gtk/
Changes Path Action
+1830 -0 rtp_player.c Added
+41 -0 rtp_player.h Added