URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=a6d69084dc18da09d7020b9bfda74cdfea963cad
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
a6d6908 by Martin Kaiser (wireshark@xxxxxxxxx):
ftypes: move set_value_sinteger into the union
Delete set_value_sinteger from struct _ftype_t, make it part of the
set_value union.
Change-Id: I084c4c9beba9978b538d359ebaac21391ebd7f82
Reviewed-on: https://code.wireshark.org/review/20523
Petri-Dish: Michael Mann <mmann78@xxxxxxxxxxxx>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
Actions performed:
from 5d21753 Qt: Use em dash when hide the "Show" checkbox
adds a6d6908 ftypes: move set_value_sinteger 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(-)