From 2bf7878e8a7455fe656bb07e9a7d42e6ac4d87fd Mon Sep 17 00:00:00 2001 From: Gerald Combs Date: Wed, 14 Jan 2015 17:25:56 -0800 Subject: Qt: Add the RTP Streams dialog. Add keyboard shortcuts. Note that not all of the buttons made it from GTK+. Add a "Go to setup frame" option. Move rtp_streams.c from ui/gtk to ui. Add a help URL for RTP analysis (which needs to be split into streams + analysis). Fix RTP stream packet marking. Change-Id: Ifb8192ff701a933422509233d76461a46e459f4f Reviewed-on: https://code.wireshark.org/review/6852 Petri-Dish: Gerald Combs Tested-by: Petri Dish Buildbot Reviewed-by: Gerald Combs --- ui/tap-rtp-common.h | 1 - 1 file changed, 1 deletion(-) (limited to 'ui/tap-rtp-common.h') diff --git a/ui/tap-rtp-common.h b/ui/tap-rtp-common.h index e71d93d838..7fb27c7ed8 100644 --- a/ui/tap-rtp-common.h +++ b/ui/tap-rtp-common.h @@ -30,7 +30,6 @@ #ifndef TAP_RTP_COMMON_H_INCLUDED #define TAP_RTP_COMMON_H_INCLUDED -gint rtp_stream_info_cmp(gconstpointer, gconstpointer); void rtpstream_reset_cb(void*); void rtp_write_header(rtp_stream_info_t*, FILE*); void rtp_write_sample(rtp_sample_t*, FILE*); -- cgit v1.2.1