aboutsummaryrefslogtreecommitdiffstats
path: root/ui/gtk/rtp_stream_dlg.c
diff options
context:
space:
mode:
Diffstat (limited to 'ui/gtk/rtp_stream_dlg.c')
-rw-r--r--ui/gtk/rtp_stream_dlg.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/ui/gtk/rtp_stream_dlg.c b/ui/gtk/rtp_stream_dlg.c
index 227056e176..4135afdf84 100644
--- a/ui/gtk/rtp_stream_dlg.c
+++ b/ui/gtk/rtp_stream_dlg.c
@@ -500,14 +500,14 @@ static void
rtpstream_on_analyse(GtkButton *button _U_, gpointer user_data _U_)
{
address ip_src_fwd;
- guint16 port_src_fwd = 0;
+ guint32 port_src_fwd = 0;
address ip_dst_fwd;
- guint16 port_dst_fwd = 0;
+ guint32 port_dst_fwd = 0;
guint32 ssrc_fwd = 0;
address ip_src_rev;
- guint16 port_src_rev = 0;
+ guint32 port_src_rev = 0;
address ip_dst_rev;
- guint16 port_dst_rev = 0;
+ guint32 port_dst_rev = 0;
guint32 ssrc_rev = 0;
if (!(selected_stream_fwd || selected_stream_rev))