aboutsummaryrefslogtreecommitdiffstats
path: root/epan/ftypes/ftypes.c
AgeCommit message (Expand)AuthorFilesLines
2006-12-22hmmsahlberg1-2/+3
2006-12-22change some slab allocated memory into ep/emem allocated structures instead.sahlberg1-3/+2
2006-05-21name changesahlberg1-2/+2
2006-05-02Add infrastructure for display filter functions.gram1-0/+7
2006-03-10new FT_GUID handling - big/little endian supportedkukosa1-0/+1
2005-08-20- Include the .h files in their .c files.jmayer1-0/+2
2005-07-23Move declaration of void ftype_register_* to ftypes-int.h.jmayer1-14/+0
2004-08-22Add "tvb_get_ntoh64()" and "tvb_get_letoh64()" routines to fetch 64-bitguy1-0/+14
2004-07-18Set the svn:eol-style property on all text files to "native", so thatguy1-1/+1
2004-07-04Instead of using pointer casts in the slab allocator stuff, add aguy1-2/+2
2004-07-04Make the "SLAB_ALLOC()" and "SLAB_FREE()" macros take the type of theguy1-3/+3
2004-06-28From Graeme Hewson: prevent an assertion failure if a display filterguy1-14/+14
2004-06-03From Graeme Hewson:guy1-23/+11
2004-05-09From Graeme Hewson:guy1-7/+9
2004-02-27First attempt at "bitwise AND" display filter operator.obiot1-1/+18
2003-12-09Internal PCRE field type for efficient RE parsing in dfilters.obiot1-1/+3
2003-12-06From Olivier Biotgram1-1/+18
2003-12-03The "ptr_u" unions no longer have a "next" pointer - they now just haveguy1-42/+42
2003-12-03Instead of requiring slab-allocated structures to have a "next" pointer,guy1-2/+2
2003-12-02From Didier Gautheron: put an "fvalue_t" structure into a "field_info"guy1-1/+16
2003-12-02Use the LSAB_ALLOC and SLAB_FREE macros to allocate/free fvalue_t datasahlberg1-39/+3
2003-11-25Individual fvalue_t's aren't individually allocated with "g_malloc()",guy1-10/+22
2003-11-25fvalue_free() is one of the most called functions.sahlberg1-19/+4
2003-11-25Change the handling of temporary allocation of fvalue_t structures to be faster.sahlberg1-78/+79
2003-08-27Add a "contains" operator for byte-strings, strings, and tvbuffs (protocols).gram1-3/+20
2003-07-25Add to the fundamental types passed between the scanner and the parser.gram1-1/+18
2003-06-11Expand the ability of fvalue_to_string_repr, and modify more FT_* typesgram1-5/+10
2003-02-08Provide a way for ftype modules to provide a string representationgram1-1/+15
2002-08-28Removed trailing whitespaces from .h and .c files using thejmayer1-4/+4
2002-02-05"log" is a name that belongs to the ANSI C89 standard; it refers to aguy1-6/+5
2001-10-26Fix some signed/unsigned comparison warnings. In the case of tvbuff.h,gram1-4/+2
2001-03-02Enable slices of [i-j], where i is start offset and j is end offset,gram1-25/+43
2001-02-27Add Ed Warnicke's drange code to the new dfilter system.gram1-46/+72
2001-02-01Grumble, grumble. I forgot to add the license comment at the topgram1-0/+22
2001-02-01Create a more modular type system for the FT_* types. Put themgram1-0/+410