aboutsummaryrefslogtreecommitdiffstats
path: root/epan/ftypes/ftype-string.c
AgeCommit message (Expand)AuthorFilesLines
2008-02-07Removed some "statement not reached" warnings.Stig Bjørlykke1-5/+3
2007-11-19Introduce a new field type called FT_EBCDIC. This field works the same asStephen Fisher1-0/+38
2007-01-18Add separate union entries to fvalue.value for signed and unsignedMartin Mathieson1-6/+12
2006-12-30since all callers to fvalue_set for FT_STRING[Z] use already_copied==FALSE we...Ronnie Sahlberg1-6/+2
2006-12-22hmmRonnie Sahlberg1-0/+1
2006-12-22change some slab allocated memory into ep/emem allocated structures instead.Ronnie Sahlberg1-1/+0
2006-05-21name changeRonnie Sahlberg1-2/+2
2006-05-02Add infrastructure for display filter functions.Gilbert Ramirez1-0/+3
2005-10-31When printing the code for a display filter:Guy Harris1-4/+4
2005-09-28Have show_exception() take a "const char *" as its exception message,Guy Harris1-0/+1
2005-03-22replace another g_assert by DISSECTOR_ASSERT, so Ethereal won't crash if a di...Ulf Lamping1-1/+1
2005-02-03From Pekka Pietikainen <pp@ee.oulu.fi>, add a byte to the hex[]Gilbert Ramirez1-1/+1
2004-08-22Add "tvb_get_ntoh64()" and "tvb_get_letoh64()" routines to fetch 64-bitGuy Harris1-22/+28
2004-07-18Set the svn:eol-style property on all text files to "native", so thatGuy Harris1-1/+1
2004-05-09From Graeme Hewson:Guy Harris1-2/+2
2004-05-02Make sure the character values we pass to "isprint()" aren'tGuy Harris1-4/+4
2004-04-26When producing a display-filter representation of an FT_STRING*, representGilbert Ramirez1-7/+33
2004-02-27First attempt at "bitwise AND" display filter operator.Olivier Biot1-1/+4
2004-02-01signed/unsigend warning fixesJörg Mayer1-2/+2
2003-12-18Add support of the "matches" operator to FT_BYTES and FT_ETHER. I don't thinkOlivier Biot1-6/+8
2003-12-09Internal PCRE field type for efficient RE parsing in dfilters.Olivier Biot1-32/+18
2003-12-06From Olivier BiotGilbert Ramirez1-2/+60
2003-11-25fvalue_free() is one of the most called functions.Ronnie Sahlberg1-2/+2
2003-10-29Make the "fvalue_set" methods for types whose value is allocated freeGuy Harris1-1/+12
2003-08-27Add a "contains" operator for byte-strings, strings, and tvbuffs (protocols).Gilbert Ramirez1-4/+52
2003-07-30Escape double-quotes, while you're at it.Guy Harris1-5/+7
2003-07-30Escape backslashes in strings when generating the dfilter representationGuy Harris1-3/+27
2003-07-25Add to the fundamental types passed between the scanner and the parser.Gilbert Ramirez1-3/+6
2003-06-11Expand the ability of fvalue_to_string_repr, and modify more FT_* typesGilbert Ramirez1-17/+42
2003-02-08Provide a way for ftype modules to provide a string representationGilbert Ramirez1-1/+7
2002-08-28Removed trailing whitespaces from .h and .c files using theJörg Mayer1-4/+4
2002-03-02From Joerg Mayer: get rid of "-Wno-unused" flag in some configureGuy Harris1-2/+2
2002-02-05"log" is a name that belongs to the ANSI C89 standard; it refers to aGuy Harris1-4/+3
2001-07-15Before setting the value of an string field, make sure it's not null.Guy Harris1-1/+2
2001-03-02Get rid of unused method from ftypes structure.Gilbert Ramirez1-13/+1
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/+198