aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-slowprotocols.c
diff options
context:
space:
mode:
authordimeg <dimeg@f5534014-38df-0310-8fa8-9805f1628bb7>2009-11-17 18:35:27 +0000
committerdimeg <dimeg@f5534014-38df-0310-8fa8-9805f1628bb7>2009-11-17 18:35:27 +0000
commit6e6604fd29499c14a577bc00c404e9af6ba7710a (patch)
tree0c1a8f4c587328fa6f7313f95799faaab62acfb4 /epan/dissectors/packet-slowprotocols.c
parentd086f5208c2d9aa5555f06ff0a3a184f6d28e56c (diff)
Remove the address operator from value_string arrays fed to VALS()
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@30995 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/dissectors/packet-slowprotocols.c')
-rw-r--r--epan/dissectors/packet-slowprotocols.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-slowprotocols.c b/epan/dissectors/packet-slowprotocols.c
index 151382652a..3465132a86 100644
--- a/epan/dissectors/packet-slowprotocols.c
+++ b/epan/dissectors/packet-slowprotocols.c
@@ -3197,7 +3197,7 @@ proto_register_slow_protocols(void)
{ &hf_oampdu_info_state_parser,
{ "Parser Action", "slow.oam.info.state.parser",
- FT_UINT8, BASE_HEX, VALS(&parser_vals), 0x03,
+ FT_UINT8, BASE_HEX, VALS(parser_vals), 0x03,
NULL, HFILL }},
{ &hf_oampdu_info_state_mux,