From 4fbcfc1289e6af3e090803b287fa508ece4b3822 Mon Sep 17 00:00:00 2001 From: Bill Meier Date: Thu, 6 Mar 2014 23:55:37 -0500 Subject: (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 Tested-by: Bill Meier --- epan/dissectors/packet-ppi-vector.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'epan/dissectors/packet-ppi-vector.c') diff --git a/epan/dissectors/packet-ppi-vector.c b/epan/dissectors/packet-ppi-vector.c index 7a21bb2c2b..bda18cdef3 100644 --- a/epan/dissectors/packet-ppi-vector.c +++ b/epan/dissectors/packet-ppi-vector.c @@ -1322,7 +1322,7 @@ proto_register_ppi_vector(void) /* V2 */ { &hf_ppi_vector_vflags_relative_to, - { "RelativeTo", "ppi_vector.vflags.relative_to", FT_UINT32, BASE_HEX, VALS(&relativeto_string), PPI_VECTOR_VFLAGS_RELATIVE_TO, + { "RelativeTo", "ppi_vector.vflags.relative_to", FT_UINT32, BASE_HEX, VALS(relativeto_string), PPI_VECTOR_VFLAGS_RELATIVE_TO, "Reference frame vectors are RelativeTo:", HFILL } }, /* Boolean vector chars */ -- cgit v1.2.3