From 50413192e378ae7a7e05aa69a0da8226ff80e235 Mon Sep 17 00:00:00 2001 From: AndersBroman Date: Tue, 19 Aug 2014 15:36:33 +0200 Subject: 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 --- epan/dissectors/packet-e212.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'epan/dissectors/packet-e212.c') 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 } }, -- cgit v1.2.3