Actually use the valuestring...
authoretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>
Sun, 29 Jan 2006 22:12:26 +0000 (22:12 +0000)
committeretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>
Sun, 29 Jan 2006 22:12:26 +0000 (22:12 +0000)
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@17122 f5534014-38df-0310-8fa8-9805f1628bb7

epan/dissectors/packet-e212.c

index bf20b1c018bf3dc742840f16f1e641d386ee0e46..eb71913a92bf8d291576d8eeab9c21a01060f317 100644 (file)
@@ -330,7 +330,7 @@ proto_register_e212(void)
        static hf_register_info hf[] = {
        { &hf_E212_mcc,
                { "Mobile Country Code (MCC)","e212.mcc",
-               FT_UINT16, BASE_DEC, NULL, 0x0,          
+               FT_UINT16, BASE_DEC, VALS(E212_codes), 0x0,          
                "Mobile Country Code MCC", HFILL }
        },
        { &hf_E212_mnc,