aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/rtp_player.h
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2006-08-30 20:50:37 +0000
committerAnders Broman <anders.broman@ericsson.com>2006-08-30 20:50:37 +0000
commit55ddc3dd59102d8ebc30acb9af7bc5c395bcdc1b (patch)
treedb3afc1ce305ca61f8fc8712c35659d2e144b3e4 /gtk/rtp_player.h
parent7577c1a2d88945876b9d3e758b974a2b2fe2d7a0 (diff)
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" svn path=/trunk/; revision=19093
Diffstat (limited to 'gtk/rtp_player.h')
-rw-r--r--gtk/rtp_player.h41
1 files changed, 41 insertions, 0 deletions
diff --git a/gtk/rtp_player.h b/gtk/rtp_player.h
new file mode 100644
index 0000000000..d1f9d48fa3
--- /dev/null
+++ b/gtk/rtp_player.h
@@ -0,0 +1,41 @@
+/* player_rtp.h
+ * RTP Player for Wireshark
+ *
+ * $Id$
+ *
+ * Copyright 2006, Alejandro Vaquero
+ * By Alejandro Vaquero <alejandro.vaquero@yahoo.com>
+ *
+ * based on h323_calls.h
+ * Copyright 2004, Iskratel, Ltd, Kranj
+ * By Miha Jemec <m.jemec@iskratel.si>
+ *
+ * H323, RTP and Graph Support
+ * By Alejandro Vaquero, alejandro.vaquero@verso.com
+ * Copyright 2005, Verso Technologies Inc.
+ *
+ * Wireshark - Network traffic analyzer
+ * By Gerald Combs <gerald@wireshark.org>
+ * Copyright 1998 Gerald Combs
+ *
+ * This program is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU General Public License
+ * as published by the Free Software Foundation; either version 2
+ * of the License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ */
+
+#if GTK_MAJOR_VERSION >= 2
+static void listen_rtp_main(voip_calls_tapinfo_t *voip_calls_tap,struct _rtp_info *rtp_info, packet_info *pinfo);
+void rtp_player_init(voip_calls_tapinfo_t *voip_calls_tap);
+void add_rtp_packet(struct _rtp_info *rtp_info, packet_info *pinfo);
+void reset_rtp_player();
+#endif \ No newline at end of file