aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-isns.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-isns.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-isns.c')
-rw-r--r--epan/dissectors/packet-isns.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-isns.c b/epan/dissectors/packet-isns.c
index a02e3cbcc3..1e07bcebd7 100644
--- a/epan/dissectors/packet-isns.c
+++ b/epan/dissectors/packet-isns.c
@@ -1468,7 +1468,7 @@ void proto_register_isns(void)
},
{ &hf_isns_function_id,
{ "Function ID","isns.functionid",
- FT_UINT16, BASE_DEC,VALS(&isns_function_ids),0,
+ FT_UINT16, BASE_DEC,VALS(isns_function_ids),0,
"iSNS Function ID" ,HFILL}
},
{ &hf_isns_pdu_length,