NAS EPS: remove a now unused hf entry and convert tabs to spaces

Change-Id: I3d5e91bd0bdb44fe033284aa38bc1f3a1dc35f4f
Reviewed-on: https://code.wireshark.org/review/3740
Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
This commit is contained in:
Pascal Quantin 2014-08-19 23:57:18 +02:00
parent c7da11678b
commit 47b7df8627
1 changed files with 1 additions and 7 deletions

View File

@ -94,7 +94,6 @@ static int hf_nas_eps_tsc = -1;
static int hf_nas_eps_emm_odd_even = -1;
static int hf_nas_eps_emm_type_of_id = -1;
static int hf_nas_eps_emm_mme_grp_id = -1;
static int hf_nas_eps_emm_imsi = -1;
static int hf_nas_eps_emm_imei = -1;
static int hf_nas_eps_emm_mme_code = -1;
static int hf_nas_eps_emm_m_tmsi = -1;
@ -1041,7 +1040,7 @@ de_emm_eps_mid(tvbuff_t *tvb, proto_tree *tree, packet_info *pinfo,
case 1:
/* IMSI */
new_tvb = tvb_new_subset_length(tvb, curr_offset, len);
dissect_e212_imsi(new_tvb, pinfo, tree, 0, len, TRUE);
dissect_e212_imsi(new_tvb, pinfo, tree, 0, len, TRUE);
break;
case 3:
/* IMEI */
@ -5173,11 +5172,6 @@ proto_register_nas_eps(void)
FT_UINT16, BASE_DEC, NULL, 0x0,
NULL, HFILL }
},
{ &hf_nas_eps_emm_imsi,
{ "IMSI", "nas_eps.emm.imsi",
FT_STRING, BASE_NONE, NULL, 0,
NULL, HFILL }
},
{ &hf_nas_eps_emm_imei,
{ "IMEI", "nas_eps.emm.imei",
FT_STRING, BASE_NONE, NULL, 0,