aboutsummaryrefslogtreecommitdiffstats
path: root/epan/ftypes/ftype-tvbuff.c
AgeCommit message (Expand)AuthorFilesLines
2004-02-27First attempt at "bitwise AND" display filter operator.Olivier Biot1-1/+2
2004-02-22If the LHS is a STRING or UNPARSED string, and the RHS is a FIELD,Gilbert Ramirez1-1/+4
2004-02-01Cast the result of "tvb_get_ptr()" to squelch a compiler warning.Guy Harris1-2/+2
2003-12-18Add support of the "matches" operator to FT_BYTES and FT_ETHER. I don't thinkOlivier Biot1-8/+10
2003-12-17Add protocols to the header fields for which the "matches" operator can beOlivier Biot1-4/+54
2003-12-06From Olivier BiotGilbert Ramirez1-8/+9
2003-10-29Make the "fvalue_set" methods for types whose value is allocated freeGuy Harris1-2/+12
2003-08-27Include <string.h> to get "strlen()" declared.Guy Harris1-1/+2
2003-08-27Add a "contains" operator for byte-strings, strings, and tvbuffs (protocols).Gilbert Ramirez1-8/+91
2003-07-25Add to the fundamental types passed between the scanner and the parser.Gilbert Ramirez1-2/+3
2003-02-08Provide a way for ftype modules to provide a string representationGilbert Ramirez1-1/+3
2002-08-28Removed trailing whitespaces from .h and .c files using theJörg Mayer1-4/+4
2002-01-21Include files from the "epan" directory and subdirectories thereof withGuy Harris1-4/+3
2001-03-13Make tvb_get_ptr() return 'const guint8*', and clean up all theGilbert Ramirez1-2/+2
2001-03-02Get rid of unused method from ftypes structure.Gilbert Ramirez1-2/+1
2001-02-01Catch any exception thrown by accessing the tvbuff.Gilbert Ramirez1-3/+10
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/+84