summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2008-10-08 16:09:28 +0000
committerAnders Broman <anders.broman@ericsson.com>2008-10-08 16:09:28 +0000
commit07ccec7bcb9358947fe5caece66606760d710ce3 (patch)
tree756f6f74d4b133f668b77f7b2a19f05e0e4b2ae2
parent35ccef4882eae5e8203cf1268276ced19832420f (diff)
downloadwireshark-07ccec7bcb9358947fe5caece66606760d710ce3.tar.gz
3GPP TMSI STATUS IE decoding does not update curr_offset
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2945 svn path=/trunk/; revision=26379
-rw-r--r--epan/dissectors/packet-gsm_a_gm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-gsm_a_gm.c b/epan/dissectors/packet-gsm_a_gm.c
index 550775603d..34b9625e89 100644
--- a/epan/dissectors/packet-gsm_a_gm.c
+++ b/epan/dissectors/packet-gsm_a_gm.c
@@ -411,7 +411,7 @@ de_gmm_tmsi_stat(tvbuff_t *tvb, proto_tree *tree, guint32 offset, guint len _U_,
oct&1,
str);
- /* curr_offset++; - It is encoded in the octed before */
+ curr_offset++;
/* no length check possible */