URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=5f4f62bde027b131dcfe1b3914e4bf9d4a3f6987
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
5f4f62b by Martin Kaiser (wireshark@xxxxxxxxx):
ftypes: move set_value_sinteger64 into the union
Delete set_value_sinteger64 from struct _ftype_t, make it
part of the set_value union.
Change-Id: I76668f0a6455c5d75c703cd4f440757601246bdb
Reviewed-on: https://code.wireshark.org/review/20551
Reviewed-by: Martin Kaiser <wireshark@xxxxxxxxx>
Petri-Dish: Martin Kaiser <wireshark@xxxxxxxxx>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
Actions performed:
from 42d410b CIP: Log more errors when expected data is missing
adds 5f4f62b ftypes: move set_value_sinteger64 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 | 29 ++++-------------------------
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 | 8 ++++++--
14 files changed, 11 insertions(+), 53 deletions(-)