summaryrefslogtreecommitdiff
path: root/epan/ftypes/ftype-ieee-11073-float.c
diff options
context:
space:
mode:
authorMartin Kaiser <wireshark@kaiser.cx>2017-03-13 18:46:48 +0100
committerMichael Mann <mmann78@netscape.net>2017-03-14 12:09:16 +0000
commitb11d4e7ed00cf6bc877cb9a407dc0eadb10866c1 (patch)
tree032b4a40f4aae83e31c9cf1e1f541828f65fb67a /epan/ftypes/ftype-ieee-11073-float.c
parentf94509c140b8cd72d041f3925be9c8af3b38ffb7 (diff)
downloadwireshark-b11d4e7ed00cf6bc877cb9a407dc0eadb10866c1.tar.gz
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@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.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/epan/ftypes/ftype-ieee-11073-float.c b/epan/ftypes/ftype-ieee-11073-float.c
index ee863c115d..ef10e53e6a 100644
--- a/epan/ftypes/ftype-ieee-11073-float.c
+++ b/epan/ftypes/ftype-ieee-11073-float.c
@@ -1440,7 +1440,6 @@ Example: 114 is 0x0072
{ .set_value_uinteger = sfloat_ieee_11073_value_set }, /* union set_value */
- NULL, /* set_value_uinteger64 */
NULL, /* set_value_sinteger64 */
NULL, /* set_value_floating */
@@ -1506,7 +1505,6 @@ Example: 36.4 is 0xFF00016C
{ .set_value_uinteger = float_ieee_11073_value_set }, /* union set_value */
- NULL, /* set_value_uinteger64 */
NULL, /* set_value_sinteger64 */
NULL, /* set_value_floating */