summaryrefslogtreecommitdiff
path: root/epan/ftypes/ftype-ieee-11073-float.c
diff options
context:
space:
mode:
authorMartin Kaiser <wireshark@kaiser.cx>2017-03-19 21:16:03 +0100
committerMichael Mann <mmann78@netscape.net>2017-03-20 17:01:10 +0000
commit2d0ae39bd6708f00d2b6fb357c1146dcf4d3dbb8 (patch)
tree2e7ca35e8605c2edb4324e7b3080fc38f3ee9853 /epan/ftypes/ftype-ieee-11073-float.c
parent45b8a1e7ea18d62f78aa6f7812d91a576811ae72 (diff)
downloadwireshark-2d0ae39bd6708f00d2b6fb357c1146dcf4d3dbb8.tar.gz
ftypes: move get_value_ptr into the union
Delete get_value_ptr from struct _ftype_t, make it part of the get_value union. Change-Id: I947331069662a7043bd838e622d286629cc7be9a Reviewed-on: https://code.wireshark.org/review/20647 Reviewed-by: Martin Kaiser <wireshark@kaiser.cx> Petri-Dish: Martin Kaiser <wireshark@kaiser.cx> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Michael Mann <mmann78@netscape.net>
Diffstat (limited to 'epan/ftypes/ftype-ieee-11073-float.c')
-rw-r--r--epan/ftypes/ftype-ieee-11073-float.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/epan/ftypes/ftype-ieee-11073-float.c b/epan/ftypes/ftype-ieee-11073-float.c
index bbe5ece88c..fa0cd83e8e 100644
--- a/epan/ftypes/ftype-ieee-11073-float.c
+++ b/epan/ftypes/ftype-ieee-11073-float.c
@@ -1441,8 +1441,6 @@ Example: 114 is 0x0072
{ .set_value_uinteger = sfloat_ieee_11073_value_set }, /* union set_value */
{ .get_value_uinteger = sfloat_ieee_11073_value_get }, /* union get_value */
- NULL, /* get_value_ptr */
-
sfloat_ieee_11073_cmp_eq,
sfloat_ieee_11073_cmp_ne,
sfloat_ieee_11073_cmp_gt,
@@ -1499,8 +1497,6 @@ Example: 36.4 is 0xFF00016C
{ .set_value_uinteger = float_ieee_11073_value_set }, /* union set_value */
{ .get_value_uinteger = float_ieee_11073_value_get }, /* union get_value */
- NULL, /* get_value_ptr */
-
float_ieee_11073_cmp_eq,
float_ieee_11073_cmp_ne,
float_ieee_11073_cmp_gt,