aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-e212.c
diff options
context:
space:
mode:
authorAndersBroman <anders.broman@ericsson.com>2014-08-19 15:36:33 +0200
committerAnders Broman <a.broman58@gmail.com>2014-08-19 13:46:00 +0000
commit50413192e378ae7a7e05aa69a0da8226ff80e235 (patch)
tree8ce13e0718d7033b039b6de4813b4debf64179e4 /epan/dissectors/packet-e212.c
parent7cc8b7c16f9a86555efc82c30e1f641e165394c4 (diff)
Use the E212 function to dissect IMSI correct the filter Id string in
E212. Change-Id: I203502b39d4ef216282d305f90c930aca84241bf Reviewed-on: https://code.wireshark.org/review/3718 Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'epan/dissectors/packet-e212.c')
-rw-r--r--epan/dissectors/packet-e212.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-e212.c b/epan/dissectors/packet-e212.c
index 06a8d9c120..bec3bad40d 100644
--- a/epan/dissectors/packet-e212.c
+++ b/epan/dissectors/packet-e212.c
@@ -2818,7 +2818,7 @@ proto_register_e212(void)
/* Setup list of header fields See Section 1.6.1 for details */
static hf_register_info hf[] = {
{ &hf_E212_imsi,
- { "IMSI","e212.mcc",
+ { "IMSI","e212.imsi",
FT_STRING, BASE_NONE, NULL, 0x0,
"International mobile subscriber identity(IMSI)", HFILL }
},