aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-wccp.c
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2014-03-06 23:55:37 -0500
committerBill Meier <wmeier@newsguy.com>2014-03-07 05:03:41 +0000
commit4fbcfc1289e6af3e090803b287fa508ece4b3822 (patch)
tree50a3f4400322b2cbf6d1a2474388957b2a1a0c9c /epan/dissectors/packet-wccp.c
parentfc2be9eac4dd404d62c58df5d85d65c14d84703c (diff)
(Benign) Don't use "address-of" operator on arg of VALS() (not that it makes any actual difference)..
Change-Id: I0766d0f130648aaa5a58d9f4062fa24e898cbdc3 Reviewed-on: https://code.wireshark.org/review/545 Reviewed-by: Bill Meier <wmeier@newsguy.com> Tested-by: Bill Meier <wmeier@newsguy.com>
Diffstat (limited to 'epan/dissectors/packet-wccp.c')
-rw-r--r--epan/dissectors/packet-wccp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-wccp.c b/epan/dissectors/packet-wccp.c
index ed95a9de9c..07e8fed675 100644
--- a/epan/dissectors/packet-wccp.c
+++ b/epan/dissectors/packet-wccp.c
@@ -3026,7 +3026,7 @@ proto_register_wccp(void)
},
{ &hf_web_cache_identity_flag_assign_type,
{ "Assignment Type", "wccp.web_cache_identity.flags.assign_type", FT_UINT16, BASE_HEX,
- VALS(&wccp_web_cache_assignment_data_type_val), 0x6,
+ VALS(wccp_web_cache_assignment_data_type_val), 0x6,
NULL, HFILL }
},
{ &hf_web_cache_identity_flag_version_request,