aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-rtp.h
diff options
context:
space:
mode:
authorTomas Kukosa <tomas.kukosa@siemens.com>2007-11-02 07:43:49 +0000
committerTomas Kukosa <tomas.kukosa@siemens.com>2007-11-02 07:43:49 +0000
commit9b3c5f9f037073007063eb1912eac38582f3f1ab (patch)
tree0cfa548566f6dbc15c06bc7a00aa6dac6338781a /epan/dissectors/packet-rtp.h
parent1a83466890f90cecf1b1e0654f0dc3d0f4ff5e77 (diff)
display SRTP isntead of RTP if stream is established like a SRTP
svn path=/trunk/; revision=23337
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 c976767500..156667d2c6 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) */
+ gboolean info_is_srtp;
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 */
gchar *info_payload_type_str;