aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-gtp.c
diff options
context:
space:
mode:
authorJaap Keuter <jaap.keuter@xs4all.nl>2006-03-26 08:08:51 +0000
committerJaap Keuter <jaap.keuter@xs4all.nl>2006-03-26 08:08:51 +0000
commitec3f23a3a2f5a15ffeb688cf403b8a7b4b0a16e9 (patch)
tree7467ff599aabd4ced869c91d7692e76f3a0fad33 /epan/dissectors/packet-gtp.c
parent0990c4f2c0d71053b52aa2b9729b6fc326dc8e9d (diff)
Fix for bug 840
svn path=/trunk/; revision=17730
Diffstat (limited to 'epan/dissectors/packet-gtp.c')
-rw-r--r--epan/dissectors/packet-gtp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-gtp.c b/epan/dissectors/packet-gtp.c
index 6573dffd4b..62ab76cee6 100644
--- a/epan/dissectors/packet-gtp.c
+++ b/epan/dissectors/packet-gtp.c
@@ -2845,7 +2845,7 @@ decode_gtp_mm_cntxt(tvbuff_t *tvb, int offset, packet_info *pinfo _U_, proto_tre
proto_tree_add_item(ext_tree_mm, hf_gtp_cipher_algorithm, tvb, offset+4, 1, FALSE);
proto_tree_add_text(ext_tree_mm, tvb, offset+5, 8, "Ciphering key Kc: %s", tvb_bytes_to_str(tvb, offset+5, 8));
- offset = offset + decode_triplet(tvb, offset+13, ext_tree_mm, count) + 14;
+ offset = offset + decode_triplet(tvb, offset+13, ext_tree_mm, count) + 13;
break;
case 2: /* UMTS key and quintuplets */