From 7d52b73e5d6b8fd19bea327da40cb387abeed585 Mon Sep 17 00:00:00 2001 From: Ronnie Sahlberg Date: Tue, 9 Feb 2010 07:42:38 +0000 Subject: [PATCH] these two guys are actually range-strings and not value-string so it is surprising we didnt catche these before. gcc complains about strict alignment on these svn path=/trunk/; revision=31842 --- epan/dissectors/packet-isakmp.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/epan/dissectors/packet-isakmp.c b/epan/dissectors/packet-isakmp.c index a5b9e4fd78..694305fa8d 100644 --- a/epan/dissectors/packet-isakmp.c +++ b/epan/dissectors/packet-isakmp.c @@ -4215,11 +4215,11 @@ proto_register_isakmp(void) "ISAKMP Transform ID", HFILL }}, { &hf_isakmp_id_type_v1, { "ID type", "isakmp.id.type", - FT_UINT8, BASE_DEC, VALS(&vs_v1_id_type), 0x0, + FT_UINT8, BASE_DEC, RVALS(&vs_v1_id_type), 0x0, "ISAKMP (v1) ID Type", HFILL }}, { &hf_isakmp_id_type_v2, { "ID type", "isakmp.id.type", - FT_UINT8, BASE_DEC, VALS(&vs_v2_id_type), 0x0, + FT_UINT8, BASE_DEC, RVALS(&vs_v2_id_type), 0x0, "ISAKMP (v2) ID Type", HFILL }}, { &hf_isakmp_protoid, { "Protocol ID", "isakmp.protoid", @@ -4430,7 +4430,7 @@ proto_register_isakmp(void) "The domain to be authenticated in", HFILL }}, { &hf_isakmp_cfg_attr_xauth_status, { "XAUTH STATUS", "isakmp.cfg.attr.xauth.status", - FT_UINT16, BASE_DEC, VALS(&cfgattr_xauth_status), 0x00, + FT_UINT16, BASE_DEC, VALS(cfgattr_xauth_status), 0x00, "A variable that is used to denote authentication success or failure", HFILL }}, { &hf_isakmp_cfg_attr_xauth_next_pin, { "XAUTH TYPE", "isakmp.cfg.attr.xauth.next_pin",