aboutsummaryrefslogtreecommitdiffstats
path: root/epan/ftypes/ftype-ieee-11073-float.c
AgeCommit message (Expand)AuthorFilesLines
2021-11-24dfilter: Parse character constants in lexerJoão Valverde1-0/+2
2021-11-11ftypes: Optimize a memory allocationJoão Valverde1-38/+27
2021-11-10ftypes: Remove fvalue_string_repr_len()João Valverde1-40/+38
2021-11-10ftypes: Bugfix missing return statementJoão Valverde1-0/+1
2021-11-10ftypes: Replace a g_snprintf()João Valverde1-5/+6
2021-11-10ftypes: Bugfix a buffer sizeJoão Valverde1-5/+8
2021-10-27Remove some unnecessary casts.João Valverde1-4/+4
2021-10-10ftypes: Use an order function to compare ftypesJoão Valverde1-534/+12
2021-04-30Cast away the return value of g_strlcpy() and g_strlcat().Guy Harris1-10/+10
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2018-02-08epan: use SPDX indentifiers.Dario Lombardo1-13/+1
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