Wireshark-commits: [Wireshark-commits] master b11d4e7: ftypes: move set_value_uinteger64 into the u
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Tue, 14 Mar 2017 12:09:49 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=b11d4e7ed00cf6bc877cb9a407dc0eadb10866c1
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

b11d4e7 by Martin Kaiser (wireshark@xxxxxxxxx):

    ftypes: move set_value_uinteger64 into the union
    
    Delete set_value_uinteger64 from struct _ftype_t, make it
    part of the set_value union.
    
    Change-Id: I12407b7336282daa60fe6e0e742d65e205dc84fd
    Reviewed-on: https://code.wireshark.org/review/20539
    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  f94509c   bootp: Add Captive-Portal option (160)
    adds  b11d4e7   ftypes: move set_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(-)