aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-nas_eps.c
diff options
context:
space:
mode:
authorDario Lombardo <lomato@gmail.com>2018-06-22 19:28:31 +0200
committerPascal Quantin <pascal.quantin@gmail.com>2018-06-22 18:25:57 +0000
commitd5055d9846cf450512056073f6c78ec3549b57e4 (patch)
treee4b451073500d67e60cfb330e6f1ffea689ae621 /epan/dissectors/packet-nas_eps.c
parenta33d27a19b6afcde0bf811b9363f8c95ae988031 (diff)
NAS EPS: fix wrong operator.
Change-Id: I50f9c1762338f081ff75b2981e8f49010948580c Reviewed-on: https://code.wireshark.org/review/28391 Reviewed-by: Dario Lombardo <lomato@gmail.com> Petri-Dish: Dario Lombardo <lomato@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
Diffstat (limited to 'epan/dissectors/packet-nas_eps.c')
-rw-r--r--epan/dissectors/packet-nas_eps.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-nas_eps.c b/epan/dissectors/packet-nas_eps.c
index 286d1d6dfd..2b06a6d606 100644
--- a/epan/dissectors/packet-nas_eps.c
+++ b/epan/dissectors/packet-nas_eps.c
@@ -2754,7 +2754,7 @@ de_emm_ciph_key_data(tvbuff_t *tvb, proto_tree *tree, packet_info *pinfo, guint3
"%s", abs_time_to_str(wmem_packet_scope(), &tv, ABSOLUTE_TIME_LOCAL, FALSE));
curr_offset += 5;
proto_tree_add_item(tree, hf_emm_ciph_key_data_validity_duration, tvb, curr_offset, 2, ENC_BIG_ENDIAN);
- curr_offset =+ 2;
+ curr_offset += 2;
proto_tree_add_item_ret_uint(tree, hf_emm_ciph_key_data_tais_list_len, tvb, curr_offset, 1, ENC_BIG_ENDIAN, &tai_len);
curr_offset++;
if (tai_len) {