aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-rtp.h
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2005-02-05 11:08:24 +0000
committerAnders Broman <anders.broman@ericsson.com>2005-02-05 11:08:24 +0000
commit84d4f0e508ce2876a19515a13c983314b1cfeff2 (patch)
tree9d24f5ee8db7ff41dfc54addf63808bfcb8c4d2a /epan/dissectors/packet-rtp.h
parentc00014119d15d8f5253e4c005a0b16b76aad823d (diff)
From Alejandro Vaquero:
a patch that to shows the RTP streams in the Graph. Now using an RTP tap (not using the rtp_stream). svn path=/trunk/; revision=13300
Diffstat (limited to 'epan/dissectors/packet-rtp.h')
-rw-r--r--epan/dissectors/packet-rtp.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/epan/dissectors/packet-rtp.h b/epan/dissectors/packet-rtp.h
index b6cff9b5ff..2f8e852b3b 100644
--- a/epan/dissectors/packet-rtp.h
+++ b/epan/dissectors/packet-rtp.h
@@ -40,6 +40,7 @@ struct _rtp_info {
gboolean info_all_data_present; /* FALSE if data is cut off */
guint info_payload_offset; /* start of payload relative to info_data */
guint info_payload_len; /* length of payload (incl padding) */
+ guint32 info_setup_frame_num; /* the frame num of the packet that set this RTP connection */
const guint8* info_data; /* pointer to raw rtp data */
/*
* info_data: pointer to raw rtp data = header + payload incl. padding.