aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/rtp_stream.c
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/rtp_stream.c')
-rw-r--r--gtk/rtp_stream.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/rtp_stream.c b/gtk/rtp_stream.c
index feb1f1bbf2..4ddb0b9c70 100644
--- a/gtk/rtp_stream.c
+++ b/gtk/rtp_stream.c
@@ -438,7 +438,7 @@ register_tap_listener_rtp_stream(void)
GString *error_string;
if (!the_tapinfo_struct.is_registered) {
- register_ethereal_tap("rtp", rtpstream_init_tap);
+ register_tap_listener_cmd_arg("rtp", rtpstream_init_tap);
error_string = register_tap_listener("rtp", &the_tapinfo_struct,
NULL, rtpstream_reset_cb, rtpstream_packet,