1
0
Fork 0
This commit is contained in:
Harald Welte 2012-01-04 23:47:56 +01:00
parent 5cca3c6063
commit e7c8b1dad6
1 changed files with 1 additions and 1 deletions

View File

@ -951,7 +951,7 @@ dissect_gsm_apdu(guint8 cla, guint8 ins, guint8 p1, guint8 p2, guint8 p3,
l_ik = tvb_get_guint8(tvb, offset++);
proto_tree_add_item(tree, hf_auth_ik, tvb, offset, l_ik, ENC_NA);
offset += l_ik;
l_kc = tvb_Get_guint8(tvb, offset++);
l_kc = tvb_get_guint8(tvb, offset++);
proto_tree_add_item(tree, hf_auth_kc, tvb, offset, l_kc, ENC_NA);
offset += l_kc;
break;