aboutsummaryrefslogtreecommitdiffstats
path: root/epan/ftypes/ftypes.c
AgeCommit message (Expand)AuthorFilesLines
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
2002-02-05"log" is a name that belongs to the ANSI C89 standard; it refers to aGuy Harris1-6/+5
2001-10-26Fix some signed/unsigned comparison warnings. In the case of tvbuff.h,Gilbert Ramirez1-4/+2
2001-03-02Enable slices of [i-j], where i is start offset and j is end offset,Gilbert Ramirez1-25/+43
2001-02-27Add Ed Warnicke's drange code to the new dfilter system.Gilbert Ramirez1-46/+72
2001-02-01Grumble, grumble. I forgot to add the license comment at the topGilbert Ramirez1-0/+22
2001-02-01Create a more modular type system for the FT_* types. Put themGilbert Ramirez1-0/+410