aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/rtp_stream.h
diff options
context:
space:
mode:
authorRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2005-02-16 09:24:52 +0000
committerRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2005-02-16 09:24:52 +0000
commitfe94290194958e2de878939add945312529019e9 (patch)
tree6c45046331a2ed5b759acb094ed3301cc1194e77 /gtk/rtp_stream.h
parent1d8e70b969fac28938cb105375be4bb30504362b (diff)
from lars ruoff a few extra columns for rtp analysis
svn path=/trunk/; revision=13410
Diffstat (limited to 'gtk/rtp_stream.h')
-rw-r--r--gtk/rtp_stream.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/gtk/rtp_stream.h b/gtk/rtp_stream.h
index 78c904435b..6128fe8ab2 100644
--- a/gtk/rtp_stream.h
+++ b/gtk/rtp_stream.h
@@ -28,6 +28,7 @@
#ifndef RTP_STREAM_H_INCLUDED
#define RTP_STREAM_H_INCLUDED
+#include "rtp_analysis.h"
#include <glib.h>
#include <stdio.h>
#include <epan/address.h>
@@ -77,6 +78,8 @@ typedef struct _rtp_stream_info {
gboolean tag_diffserv_error;
guint16 vlan_id;
+ tap_rtp_stat_t rtp_stats; /* here goes the RTP statistics info */
+ gboolean problem; /* if the streams had wrong sequence numbers or wrong timerstamps */
} rtp_stream_info_t;