summaryrefslogtreecommitdiff
path: root/gtk/rtp_stream.c
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/rtp_stream.c')
-rw-r--r--gtk/rtp_stream.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/gtk/rtp_stream.c b/gtk/rtp_stream.c
index ea9cf6e164..91f5d40962 100644
--- a/gtk/rtp_stream.c
+++ b/gtk/rtp_stream.c
@@ -33,6 +33,7 @@
#include "rtp_stream_dlg.h"
#include "globals.h"
+#include "../stat.h"
#include <epan/tap.h>
#include "register.h"
@@ -438,7 +439,7 @@ register_tap_listener_rtp_stream(void)
GString *error_string;
if (!the_tapinfo_struct.is_registered) {
- register_tap_listener_cmd_arg("rtp", rtpstream_init_tap);
+ register_stat_cmd_arg("rtp", rtpstream_init_tap);
error_string = register_tap_listener("rtp", &the_tapinfo_struct,
NULL, rtpstream_reset_cb, rtpstream_packet,