Wireshark-commits: [Wireshark-commits] master 8b11bc7: ftypes: move set_value_protocol into the uni

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Fri, 10 Mar 2017 02:36:43 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=8b11bc7b040862cfa5afd06541fb26829392a43c
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

8b11bc7 by Martin Kaiser (wireshark@xxxxxxxxx):

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

Actions performed:

    from  3bcda66   ftypes: move set_value_string into the union
    adds  8b11bc7   ftypes: move set_value_protocol 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          |   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         |    3 +--
 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(-)