summaryrefslogtreecommitdiff
path: root/epan/ftypes/ftypes.c
AgeCommit message (Expand)AuthorFilesLines
2017-03-20ftypes: move get_value_ptr into the unionMartin Kaiser1-2/+19
2017-03-20ftypes: move get_value_uinteger into the unionMartin Kaiser1-2/+11
2017-03-19ftypes: move get_value_sinteger into the unionMartin Kaiser1-2/+6
2017-03-19ftypes: move get_value_uinteger64 into the unionMartin Kaiser1-2/+8
2017-03-19ftypes: move get_value_sinteger64 into the unionMartin Kaiser1-2/+6
2017-03-19ftypes: create a get_value union, move get_value_floating into the unionMartin Kaiser1-2/+4
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/+4
2017-03-14ftypes: move set_value_sinteger64 into the unionMartin Kaiser1-2/+6
2017-03-14ftypes: move set_value_uinteger64 into the unionMartin Kaiser1-2/+8
2017-03-13ftypes: move set_value_sinteger into the unionMartin Kaiser1-2/+6
2017-03-13ftypes: move set_value_uinteger into the unionMartin Kaiser1-2/+12
2017-03-10ftypes: move set_value_protocol into the unionMartin Kaiser1-2/+3
2017-03-10ftypes: move set_value_string into the unionMartin Kaiser1-2/+5
2017-03-09ftypes: move set_value_time into the unionMartin Kaiser1-2/+3
2017-03-08ftypes: move set_value_guid into the unionMartin Kaiser1-2/+3
2017-03-08ftypes: move set_value_bytes into the unionMartin Kaiser1-2/+7
2017-03-07ftypes: create a set_value unionMartin Kaiser1-2/+7
2016-05-10Give FvalueToStringRepr a length parameter.Michael Mann1-1/+1
2016-05-10Have fvalue_to_string_repr always return an (wmem) allocated buffer.Michael Mann1-9/+10
2016-05-05Convert ftype-tvbuff.c to ftype-protocol.cMichael Mann1-3/+3
2015-12-29Add support for IEEE-11073 FLOATsMichal Labedzki1-0/+1
2015-02-21Make FT_{U}INT64 behave more like FT_{U}INT32, add support for FT_{U}INT{40,4...JC Wren1-9/+31
2015-02-15epan/ftypes/*.[hc]: As needed: Add editor modelines & Fix indentationBill Meier1-0/+13
2015-01-18Clean up ftype-conversion and dfilter error message string handling.Guy Harris1-8/+18
2015-01-04Create BASE_DOT, BASE_DASH, and BASE_SEMICOLON types for the FT_BYTES field t...Michael Mann1-5/+5
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2014-02-21Fix bug 9790: Lua: wslua allows duplicate field registrationHadriel Kaplan1-0/+63
2014-01-15Eliminate fvalue_set() in favor of routines that take argumentsGuy Harris1-6/+41
2013-11-12Replace fvalue_ftype() with a fvalue_type_ftenum() routine that returnsGuy Harris1-4/+7
2013-03-10Remove slab.h and replace its last remaining usage with glib slices.Evan Huus1-1/+0
2013-03-09Remove the emem slab feature (sl_* functions) completely, replacing it withEvan Huus1-5/+1
2013-03-05type drange -> drange_tAnders Broman1-1/+1
2012-11-06When comparing fvalue_t we don't modify them, make arguments const.Jakub Zawadzki1-9/+9
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-2/+0
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-06-02Try to squelch warningsAnders Broman1-4/+4
2011-09-07From Jakub Zawadzki :Anders Broman1-0/+1
2011-05-09Convert SLAB_-s, to sl_-API.Jakub Zawadzki1-2/+3
2010-05-12(Trivial) Use consistent indentation.Bill Meier1-3/+3
2010-01-19Use more unique names for certain enum constants.Bill Meier1-3/+3
2008-11-11Signal error on field values that cannot be safely represented as strings ins...Balint Reczey1-1/+7
2008-06-23Rename some variables to avoid shadowing warnings.Stig Bjørlykke1-2/+2
2007-01-18Add separate union entries to fvalue.value for signed and unsignedMartin Mathieson1-6/+22
2006-12-22hmmRonnie Sahlberg1-2/+3
2006-12-22change some slab allocated memory into ep/emem allocated structures instead.Ronnie Sahlberg1-3/+2
2006-05-21name changeRonnie Sahlberg1-2/+2
2006-05-02Add infrastructure for display filter functions.Gilbert Ramirez1-0/+7
2006-03-10new FT_GUID handling - big/little endian supportedTomas Kukosa1-0/+1
2005-08-20- Include the .h files in their .c files.Jörg Mayer1-0/+2