Wireshark-commits: [Wireshark-commits] master a126c80: ftypes: rename get_value to get_value_ptr
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=a126c8093dbacb60e525dc9b306a2726f9ceb97a
Submitter: Martin Kaiser (wireshark@xxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
a126c80 by Martin Kaiser (wireshark@xxxxxxxxx):
ftypes: rename get_value to get_value_ptr
This is in preparation for introducing a get_value union, similar to
set_value.
Change-Id: Id0cf913a616e0314638f1531836c3136ed02631d
Reviewed-on: https://code.wireshark.org/review/20610
Petri-Dish: Martin Kaiser <wireshark@xxxxxxxxx>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
Reviewed-by: Martin Kaiser <wireshark@xxxxxxxxx>
Actions performed:
from 33cbeb6 CIP: Fix Assigned value is garbage or undefined found by Clang Analyzer
adds a126c80 ftypes: rename get_value to get_value_ptr
Summary of changes:
epan/ftypes/ftype-bytes.c | 18 +++++++--------
epan/ftypes/ftype-double.c | 4 ++--
epan/ftypes/ftype-guid.c | 2 +-
epan/ftypes/ftype-ieee-11073-float.c | 4 ++--
epan/ftypes/ftype-integer.c | 42 +++++++++++++++++-----------------
epan/ftypes/ftype-ipv4.c | 2 +-
epan/ftypes/ftype-ipv6.c | 2 +-
epan/ftypes/ftype-none.c | 2 +-
epan/ftypes/ftype-pcre.c | 2 +-
epan/ftypes/ftype-protocol.c | 2 +-
epan/ftypes/ftype-string.c | 8 +++----
epan/ftypes/ftype-time.c | 4 ++--
epan/ftypes/ftypes-int.h | 2 +-
epan/ftypes/ftypes.c | 4 ++--
14 files changed, 49 insertions(+), 49 deletions(-)