Wireshark-commits: [Wireshark-commits] master b8ede14: ftypes: move set_value_floating into the uni

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Wed, 15 Mar 2017 11:24:39 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=b8ede14d44b4fb165787a000bc3f6962f285d23b
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

b8ede14 by Martin Kaiser (wireshark@xxxxxxxxx):

    ftypes: move set_value_floating into the union
    
    Delete set_value_floating from struct _ftype_t, make it
    part of the set_value union.
    
    Change-Id: Ic00e1c70488ddc4422c34657c62af7dc07db02d9
    Reviewed-on: https://code.wireshark.org/review/20556
    Reviewed-by: Martin Kaiser <wireshark@xxxxxxxxx>
    Petri-Dish: Martin Kaiser <wireshark@xxxxxxxxx>
    Reviewed-by: Peter Wu <peter@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
    

Actions performed:

    from  f190a92   Qt: Disable "Show hidden interfaces"
    adds  b8ede14   ftypes: move set_value_floating into the union


Summary of changes:
 epan/ftypes/ftype-bytes.c            |    9 ---------
 epan/ftypes/ftype-double.c           |    8 ++------
 epan/ftypes/ftype-guid.c             |    1 -
 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             |    4 +---
 epan/ftypes/ftypes.c                 |    6 ++++--
 14 files changed, 7 insertions(+), 55 deletions(-)