aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-gsm_a_gm.c
diff options
context:
space:
mode:
authorPascal Quantin <pascal.quantin@gmail.com>2018-06-06 10:36:29 +0200
committerPascal Quantin <pascal.quantin@gmail.com>2018-06-06 08:44:20 +0000
commitd10f0a62b20fb629e5ea7c204d86267baa90265a (patch)
tree4711227f49dc1045c3f63cf2949365834547cfea /epan/dissectors/packet-gsm_a_gm.c
parent16cd9811516e232efa48d5ca57a63d3b0bfc1126 (diff)
3GPP NAS: fix dissection of Linked TI IE
Change-Id: Idb5713e8ab9ef7c33110380516261f0202b8b599 Reviewed-on: https://code.wireshark.org/review/28047 Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
Diffstat (limited to 'epan/dissectors/packet-gsm_a_gm.c')
-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 dadd32611d..f6480385cc 100644
--- a/epan/dissectors/packet-gsm_a_gm.c
+++ b/epan/dissectors/packet-gsm_a_gm.c
@@ -5509,7 +5509,7 @@ de_sm_linked_ti(tvbuff_t *tvb, proto_tree *tree, packet_info *pinfo, guint32 off
proto_tree_add_uint(tree, hf_gsm_a_gm_ti_value, tvb, curr_offset, 1, oct&0x7f);
- proto_tree_add_item(tree, hf_gsm_a_sm_ext, tvb, offset, 1, ENC_BIG_ENDIAN);
+ proto_tree_add_item(tree, hf_gsm_a_sm_ext, tvb, curr_offset, 1, ENC_BIG_ENDIAN);
curr_offset++;
}