URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=5d9cfea5d9b21b6f3ab285938507d6cad8843c63
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
5d9cfea by Martin Kaiser (wireshark@xxxxxxxxx):
ftypes: move get_value_uinteger64 into the union
Delete get_value_uinteger64 from struct _ftype_t, make it
part of the get_value union.
Change-Id: I2b06efb7691c1bd4089994849373ab8b5ff0bcc7
Reviewed-on: https://code.wireshark.org/review/20618
Petri-Dish: Michael Mann <mmann78@xxxxxxxxxxxx>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
Actions performed:
from 5bb8f1a ftypes: move get_value_sinteger64 into the union
adds 5d9cfea ftypes: move get_value_uinteger64 into the union
Summary of changes:
epan/ftypes/ftype-bytes.c | 9 ---------
epan/ftypes/ftype-double.c | 2 --
epan/ftypes/ftype-guid.c | 1 -
epan/ftypes/ftype-ieee-11073-float.c | 2 --
epan/ftypes/ftype-integer.c | 33 ++++++---------------------------
epan/ftypes/ftype-ipv4.c | 1 -
epan/ftypes/ftype-ipv6.c | 1 -
epan/ftypes/ftype-none.c | 1 -
epan/ftypes/ftype-pcre.c | 1 -
epan/ftypes/ftype-protocol.c | 1 -
epan/ftypes/ftype-string.c | 4 ----
epan/ftypes/ftype-time.c | 2 --
epan/ftypes/ftypes-int.h | 2 +-
epan/ftypes/ftypes.c | 10 ++++++++--
14 files changed, 15 insertions(+), 55 deletions(-)