aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-isakmp.c
diff options
context:
space:
mode:
authoretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>2011-05-06 12:28:11 +0000
committeretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>2011-05-06 12:28:11 +0000
commitc23e8a31038b9edc71125dd0d248ac6f247f3522 (patch)
tree9ffa4b4ce7ee629ed2156ea24f9c4ddbe2082bf7 /epan/dissectors/packet-isakmp.c
parent52b06eccc533c6f31834f565121c602352841a10 (diff)
VALS(& -> VALS(
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@37009 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/dissectors/packet-isakmp.c')
-rw-r--r--epan/dissectors/packet-isakmp.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/epan/dissectors/packet-isakmp.c b/epan/dissectors/packet-isakmp.c
index 35f63f8195..0255ecef3c 100644
--- a/epan/dissectors/packet-isakmp.c
+++ b/epan/dissectors/packet-isakmp.c
@@ -5216,7 +5216,7 @@ proto_register_isakmp(void)
NULL, HFILL }},
{ &hf_isakmp_notify_data_rohc_attr_type,
{ "ROHC Attribute Type", "isakmp.notify.data.rohc.attr.type",
- FT_UINT16, BASE_DEC, VALS(&rohc_attr_type), 0x00,
+ FT_UINT16, BASE_DEC, VALS(rohc_attr_type), 0x00,
NULL, HFILL }},
{ &hf_isakmp_notify_data_rohc_attr_format,
{ "ROHC Format", "isakmp.notify.data.rohc.attr.format",
@@ -5480,7 +5480,7 @@ proto_register_isakmp(void)
"ISAKMP Transform Attribute", HFILL }},
{ &hf_isakmp_tf_attr_type_v1,
{ "Transform Attribute Type", "isakmp.tf.attr.type_v1",
- FT_UINT16, BASE_DEC, VALS(&transform_isakmp_attr_type), 0x00,
+ FT_UINT16, BASE_DEC, VALS(transform_isakmp_attr_type), 0x00,
"ISAKMP (v1) Transform Attribute type", HFILL }},
{ &hf_isakmp_tf_attr_format,
{ "Transform Format", "isakmp.tf.attr.format",
@@ -5553,7 +5553,7 @@ proto_register_isakmp(void)
"IKE Transform Attribute", HFILL }},
{ &hf_isakmp_ike_attr_type,
{ "Transform IKE Attribute Type", "isakmp.ike.attr.type",
- FT_UINT16, BASE_DEC, VALS(&transform_ike_attr_type), 0x00,
+ FT_UINT16, BASE_DEC, VALS(transform_ike_attr_type), 0x00,
"IKE Transform Attribute type", HFILL }},
{ &hf_isakmp_ike_attr_format,
{ "Transform IKE Format", "isakmp.ike.attr.format",
@@ -5668,7 +5668,7 @@ proto_register_isakmp(void)
"IKE2 Transform Attribute", HFILL }},
{ &hf_isakmp_ike2_attr_type,
{ "Transform IKE2 Attribute Type", "isakmp.ike2.attr.type",
- FT_UINT16, BASE_DEC, VALS(&transform_ike2_attr_type), 0x00,
+ FT_UINT16, BASE_DEC, VALS(transform_ike2_attr_type), 0x00,
"IKE2 Transform Attribute type", HFILL }},
{ &hf_isakmp_ike2_attr_format,
{ "Transform IKE2 Format", "isakmp.ike2.attr.format",