http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=19094
User: etxrab
Date: 2006/08/30 09:51 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
+10 -0 Makefile.am Modified
+27 -4 Makefile.nmake Modified
+20 -3 voip_calls.c Modified
+35 -4 voip_calls_dlg.c Modified
Directory: /trunk/tools/
Changes Path Action
+1 -1 win32-setup.sh Modified
Directory: /trunk/
Changes Path Action
+3 -1 Makefile.am Modified
+6 -0 Makefile.nmake Modified
+127 -0 acinclude.m4 Modified
+3 -0 config.h.win32 Modified
+17 -0 config.nmake Modified
+43 -0 configure.in Modified