From c439b805e20dd9dba744b3f7216c970c3591592e Mon Sep 17 00:00:00 2001 From: Bill Meier Date: Thu, 31 Jan 2013 17:55:31 +0000 Subject: Comment out unused hf[] entries & etc. (found by checkhf) svn path=/trunk/; revision=47389 --- epan/dissectors/packet-e212.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'epan/dissectors/packet-e212.c') diff --git a/epan/dissectors/packet-e212.c b/epan/dissectors/packet-e212.c index aa03612157..d23f92a2bd 100644 --- a/epan/dissectors/packet-e212.c +++ b/epan/dissectors/packet-e212.c @@ -2258,7 +2258,7 @@ static value_string_ext mcc_mnc_codes_ext = VALUE_STRING_EXT_INIT(mcc_mnc_codes) static int proto_e212 = -1; static int hf_E212_mcc = -1; static int hf_E212_mnc = -1; -static int hf_E212_msin = -1; +/* static int hf_E212_msin = -1; */ /* * MCC/MNC dissection - little endian MNC encoding @@ -2516,10 +2516,12 @@ proto_register_e212(void) FT_UINT16, BASE_DEC, NULL, 0x0, "Mobile network code", HFILL } }, +#if 0 { &hf_E212_msin, { "Mobile Subscriber Identification Number (MSIN)", "e212.msin", FT_STRING, BASE_NONE, NULL, 0, "Mobile Subscriber Identification Number(MSIN)", HFILL }}, +#endif }; /* -- cgit v1.2.3