ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

Wireshark-commits: [Wireshark-commits] rev 19093: /trunk/gtk/ /trunk/gtk/: rtp_player.c rtp_player.

Date: Wed, 30 Aug 2006 20:50:38 GMT
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