aboutsummaryrefslogtreecommitdiffstats
path: root/epan/ftypes/ftypes.c
AgeCommit message (Expand)AuthorFilesLines
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
2005-07-23Move declaration of void ftype_register_* to ftypes-int.h.Jörg Mayer1-14/+0
2004-08-22Add "tvb_get_ntoh64()" and "tvb_get_letoh64()" routines to fetch 64-bitGuy Harris1-0/+14
2004-07-18Set the svn:eol-style property on all text files to "native", so thatGuy Harris1-1/+1
2004-07-04Instead of using pointer casts in the slab allocator stuff, add aGuy Harris1-2/+2
2004-07-04Make the "SLAB_ALLOC()" and "SLAB_FREE()" macros take the type of theGuy Harris1-3/+3
2004-06-28From Graeme Hewson: prevent an assertion failure if a display filterGuy Harris1-14/+14
2004-06-03From Graeme Hewson:Guy Harris1-23/+11
2004-05-09From Graeme Hewson:Guy Harris1-7/+9
2004-02-27First attempt at "bitwise AND" display filter operator.Olivier Biot1-1/+18
2003-12-09Internal PCRE field type for efficient RE parsing in dfilters.Olivier Biot1-1/+3
2003-12-06From Olivier BiotGilbert Ramirez1-1/+18
2003-12-03The "ptr_u" unions no longer have a "next" pointer - they now just haveGuy Harris1-42/+42
2003-12-03Instead of requiring slab-allocated structures to have a "next" pointer,Guy Harris1-2/+2
2003-12-02From Didier Gautheron: put an "fvalue_t" structure into a "field_info"Guy Harris1-1/+16
2003-12-02Use the LSAB_ALLOC and SLAB_FREE macros to allocate/free fvalue_t dataRonnie Sahlberg1-39/+3
2003-11-25Individual fvalue_t's aren't individually allocated with "g_malloc()",Guy Harris1-10/+22
2003-11-25fvalue_free() is one of the most called functions.Ronnie Sahlberg1-19/+4
2003-11-25Change the handling of temporary allocation of fvalue_t structures to be faster.Ronnie Sahlberg1-78/+79
2003-08-27Add a "contains" operator for byte-strings, strings, and tvbuffs (protocols).Gilbert Ramirez1-3/+20
2003-07-25Add to the fundamental types passed between the scanner and the parser.Gilbert Ramirez1-1/+18
2003-06-11Expand the ability of fvalue_to_string_repr, and modify more FT_* typesGilbert Ramirez1-5/+10
2003-02-08Provide a way for ftype modules to provide a string representationGilbert Ramirez1-1/+15
2002-08-28Removed trailing whitespaces from .h and .c files using theJörg Mayer1-4/+4