aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-nas_eps.c
diff options
context:
space:
mode:
authorPascal Quantin <pascal.quantin@gmail.com>2014-08-19 23:57:18 +0200
committerPascal Quantin <pascal.quantin@gmail.com>2014-08-19 22:03:41 +0000
commit47b7df86279cb242c064b6fe7175a60e7386c9a9 (patch)
tree1010e6a409b3019d953fcdb56000fcc6171f064a /epan/dissectors/packet-nas_eps.c
parentc7da11678b719b4e2af13d6b7a5f7066c2ccdb18 (diff)
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>
Diffstat (limited to 'epan/dissectors/packet-nas_eps.c')
-rw-r--r--epan/dissectors/packet-nas_eps.c8
1 files changed, 1 insertions, 7 deletions
diff --git a/epan/dissectors/packet-nas_eps.c b/epan/dissectors/packet-nas_eps.c
index c21e4db532..b77370969c 100644
--- a/epan/dissectors/packet-nas_eps.c
+++ b/epan/dissectors/packet-nas_eps.c
@@ -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,