summaryrefslogtreecommitdiff
path: root/epan/ftypes/ftype-ieee-11073-float.c
AgeCommit message (Expand)AuthorFilesLines
2017-04-21Fixes for sfloat_ieee_11073_val_to_repr() functionPascal Quantin1-2/+4
2017-03-20ftypes: move get_value_ptr into the unionMartin Kaiser1-4/+0
2017-03-20ftypes: move get_value_uinteger into the unionMartin Kaiser1-4/+2
2017-03-19ftypes: move get_value_sinteger into the unionMartin Kaiser1-2/+0
2017-03-19ftypes: move get_value_uinteger64 into the unionMartin Kaiser1-2/+0
2017-03-19ftypes: move get_value_sinteger64 into the unionMartin Kaiser1-2/+0
2017-03-19ftypes: create a get_value union, move get_value_floating into the unionMartin Kaiser1-4/+2
2017-03-18ftypes: rename get_value to get_value_ptrMartin Kaiser1-2/+2
2017-03-15ftypes: move set_value_floating into the unionMartin Kaiser1-2/+0
2017-03-14ftypes: move set_value_sinteger64 into the unionMartin Kaiser1-2/+0
2017-03-14ftypes: move set_value_uinteger64 into the unionMartin Kaiser1-2/+0
2017-03-13ftypes: move set_value_sinteger into the unionMartin Kaiser1-2/+0
2017-03-13ftypes: move set_value_uinteger into the unionMartin Kaiser1-4/+2
2017-03-10ftypes: move set_value_protocol into the unionMartin Kaiser1-2/+0
2017-03-10ftypes: move set_value_string into the unionMartin Kaiser1-2/+0
2017-03-09ftypes: move set_value_time into the unionMartin Kaiser1-2/+0
2017-03-08ftypes: move set_value_guid into the unionMartin Kaiser1-2/+0
2017-03-08ftypes: move set_value_bytes into the unionMartin Kaiser1-2/+0
2017-03-07ftypes: create a set_value unionMartin Kaiser1-2/+4
2016-05-10Give FvalueToStringRepr a length parameter.Michael Mann1-14/+14
2016-05-06Give the full name of the current version of the IEEE standard in question.Guy Harris1-1/+1
2016-05-05Convert ftype-tvbuff.c to ftype-protocol.cMichael Mann1-2/+2
2015-12-29Add support for IEEE-11073 FLOATsMichal Labedzki1-0/+1561