Wireshark-commits: [Wireshark-commits] master d7fc8ab: ftypes: move set_value_guid into the union
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Wed, 8 Mar 2017 16:04:25 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=d7fc8abc944134f23645c5f9a3f318a9a65345fe
Submitter: Martin Kaiser (wireshark@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

d7fc8ab by Martin Kaiser (wireshark@xxxxxxxxx):

    ftypes: move set_value_guid into the union
    
    Delete set_value_guid from struct _ftype_t, make it part of the
    set_value union.
    
    Change-Id: I3a04ff6b1ab179063ef77a3c475809df0bde5c68
    Reviewed-on: https://code.wireshark.org/review/20441
    Petri-Dish: Martin Kaiser <wireshark@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Martin Kaiser <wireshark@xxxxxxxxx>
    

Actions performed:

    from  da78a59   ftypes: move set_value_bytes into the union
    adds  d7fc8ab   ftypes: move set_value_guid into the union


Summary of changes:
 epan/ftypes/ftype-bytes.c            |    9 ---------
 epan/ftypes/ftype-double.c           |    2 --
 epan/ftypes/ftype-guid.c             |    3 +--
 epan/ftypes/ftype-ieee-11073-float.c |    2 --
 epan/ftypes/ftype-integer.c          |   21 ---------------------
 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                 |    5 +++--
 14 files changed, 5 insertions(+), 50 deletions(-)