aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-mip6.c
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2011-05-06 12:28:11 +0000
committerAnders Broman <anders.broman@ericsson.com>2011-05-06 12:28:11 +0000
commit2ad1c8df66d56aca378518a6e2bf8a40d46ccd7f (patch)
tree9ffa4b4ce7ee629ed2156ea24f9c4ddbe2082bf7 /epan/dissectors/packet-mip6.c
parent4194ee7f8971658e6e60fa018013935aad0604f1 (diff)
VALS(& -> VALS(
svn path=/trunk/; revision=37009
Diffstat (limited to 'epan/dissectors/packet-mip6.c')
-rw-r--r--epan/dissectors/packet-mip6.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/epan/dissectors/packet-mip6.c b/epan/dissectors/packet-mip6.c
index c5a57b1cc6..10d681054d 100644
--- a/epan/dissectors/packet-mip6.c
+++ b/epan/dissectors/packet-mip6.c
@@ -2238,7 +2238,7 @@ proto_register_mip6(void)
{ &hf_mip6_ba_status, { "Status", "mip6.ba.status",
FT_UINT8, BASE_DEC,
- VALS(&mip6_ba_status_value), 0,
+ VALS(mip6_ba_status_value), 0,
"Binding Acknowledgement status", HFILL }},
{ &hf_mip6_ba_k_flag, { "Key Management Compatibility (K) flag",
"mip6.ba.k_flag",
@@ -2270,7 +2270,7 @@ proto_register_mip6(void)
{ &hf_mip6_be_status, { "Status", "mip6.be.status",
FT_UINT8, BASE_DEC,
- VALS(&mip6_be_status_value), 0,
+ VALS(mip6_be_status_value), 0,
"Binding Error status", HFILL }},
{ &hf_mip6_be_haddr, { "Home Address", "mip6.be.haddr",
FT_IPv6, BASE_NONE, NULL, 0,
@@ -2301,7 +2301,7 @@ proto_register_mip6(void)
{ &hf_fmip6_fback_status, { "Status", "fmip6.fback.status",
FT_UINT8, BASE_DEC,
- VALS(&fmip6_fback_status_value), 0,
+ VALS(fmip6_fback_status_value), 0,
"Fast Binding Acknowledgement status", HFILL }},
{ &hf_fmip6_fback_k_flag, { "Key Management Compatibility (K) flag",
"fmip6.fback.k_flag",