aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-rtp.c
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2012-02-01 20:33:33 +0000
committerAnders Broman <anders.broman@ericsson.com>2012-02-01 20:33:33 +0000
commitc1813b070157b2eaa1884760f777b434d2c119c8 (patch)
treedf23c621b38e928c4ce962f79cbc0c36257a8c18 /epan/dissectors/packet-rtp.c
parentb2114c1c401f294e49b308b00f0bbe7fa8cfca5b (diff)
Collect and use some SRTP information.
svn path=/trunk/; revision=40794
Diffstat (limited to 'epan/dissectors/packet-rtp.c')
-rw-r--r--epan/dissectors/packet-rtp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-rtp.c b/epan/dissectors/packet-rtp.c
index 614dc21ebb..2a205094cc 100644
--- a/epan/dissectors/packet-rtp.c
+++ b/epan/dissectors/packet-rtp.c
@@ -761,7 +761,7 @@ process_rtp_payload(tvbuff_t *newtvb, packet_info *pinfo, proto_tree *tree,
srtp_info = p_conv_data->srtp_info;
payload_len -= srtp_info->mki_len + srtp_info->auth_tag_len;
#if 0
-#error Currently the srtp_info structure contains no cypher data, see packet-sdp.c adding dummy_srtp_info structure
+#error Currently the srtp_info structure contains no cipher data, see packet-sdp.c adding dummy_srtp_info structure
if (p_conv_data->srtp_info->encryption_algorithm==SRTP_ENC_ALG_NULL) {
if (rtp_tree)
proto_tree_add_text(rtp_tree, newtvb, offset, payload_len, "SRTP Payload with NULL encryption");