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 19272: /trunk/gtk/ /trunk/gtk/: rtp_player.c rtp_player.

Date: Thu, 21 Sep 2006 17:39:18 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=19272

User: guy
Date: 2006/09/21 05:39 PM

Log:
 Include "rtp_player.h" in "voip_calls.c" if we're supporting the RTP
 player, so that we get declartions of rtp_player_init() and
 add_rtp_packet().
 
 Constify the first argument to add_rtp_packet(), as it's passed a
 pointer to a const value.

Directory: /trunk/gtk/
  Changes    Path            Action
  +1 -1      rtp_player.c    Modified
  +1 -1      rtp_player.h    Modified
  +6 -0      voip_calls.c    Modified