summaryrefslogtreecommitdiff
path: root/epan/ftypes/ftype-bytes.c
AgeCommit message (Expand)AuthorFilesLines
2003-08-27Add a "contains" operator for byte-strings, strings, and tvbuffs (protocols).Gilbert Ramirez1-9/+41
2003-07-25Add to the fundamental types passed between the scanner and the parser.Gilbert Ramirez1-13/+19
2003-06-11Expand the ability of fvalue_to_string_repr, and modify more FT_* typesGilbert Ramirez1-14/+11
2003-02-08Provide a way for ftype modules to provide a string representationGilbert Ramirez1-53/+99
2002-08-28Removed trailing whitespaces from .h and .c files using theJörg Mayer1-14/+14
2002-05-10Register FT_UINT_BYTES with correct structure.Gilbert Ramirez1-2/+2
2002-05-09Merge the work in Novell_NCP_branch into the mainline code.Gilbert Ramirez1-12/+40
2002-02-05"log" is a name that belongs to the ANSI C89 standard; it refers to aGuy Harris1-12/+13
2002-01-21Include files from the "epan" directory and subdirectories thereof withGuy Harris1-3/+3
2001-11-22Moved int-64bit.{c,h} into epan/Ed Warnicke1-2/+2
2001-11-02Add support for 64-bit signed integers in "int-64bit.[ch]", add anGuy Harris1-3/+216
2001-10-29From Ronnie Sahlberg: FT_UINT64 support, code to handle 64-bit integersGuy Harris1-2/+53
2001-03-03Fix some places where value-to-string routines were returning FALSE,Guy Harris1-2/+33
2001-03-02Get rid of unused method from ftypes structure.Gilbert Ramirez1-12/+1
2001-02-01Make some pointers "guchar" pointers, so that characters extracted fromGuy Harris1-3/+3
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/+386