From e7c8b1dad696b58021b6b73e76f5fe3a916d479a Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Wed, 4 Jan 2012 23:47:56 +0100 Subject: fix typo --- packet-gsm_sim.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packet-gsm_sim.c b/packet-gsm_sim.c index 392786a..2f07249 100644 --- a/packet-gsm_sim.c +++ b/packet-gsm_sim.c @@ -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; -- cgit v1.2.3