aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-rtp-events.h
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2006-02-23 20:02:23 +0000
committerAnders Broman <anders.broman@ericsson.com>2006-02-23 20:02:23 +0000
commit1fd7fbdb1d7756ee868b3bee131f1a5fe251ed7d (patch)
tree89b50cbe1b1d10d473bb7ba550fdf39a06e97c3f /epan/dissectors/packet-rtp-events.h
parent48551d9d85d93d6639ff763c7cdb6597e17b2b90 (diff)
From Alejandro Vaquero:
a patch for the VoipCalls to fix a couple of issues: - a problem with the RTP Events (RFC2833) not been handle correctly - Display the RTP stream in time order when the setup frame is after the RTP stream. - fix a init issue that caused the H245 packet to not been displayed correctly. svn path=/trunk/; revision=17383
Diffstat (limited to 'epan/dissectors/packet-rtp-events.h')
-rw-r--r--epan/dissectors/packet-rtp-events.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/epan/dissectors/packet-rtp-events.h b/epan/dissectors/packet-rtp-events.h
index 5b5c89c59e..ea8c6d4fb4 100644
--- a/epan/dissectors/packet-rtp-events.h
+++ b/epan/dissectors/packet-rtp-events.h
@@ -255,5 +255,6 @@ static const value_string rtp_event_type_values[] =
struct _rtp_event_info {
guint8 info_rtp_evt;
guint32 info_setup_frame_num; /* the frame num of the packet that set this RTP connection */
+ gboolean info_end;
};