Add infrastructure for display filter functions.
[metze/wireshark/wip.git] / epan / ftypes / ftype-string.c
2006-05-02 Gilbert RamirezAdd infrastructure for display filter functions.
2005-10-31 Guy HarrisWhen printing the code for a display filter:
2005-09-28 Guy HarrisHave show_exception() take a "const char *" as its...
2005-03-22 Ulf Lampingreplace another g_assert by DISSECTOR_ASSERT, so Ethere...
2005-02-03 Gilbert RamirezFrom Pekka Pietikainen <pp@ee.oulu.fi>, add a byte...
2004-08-22 Guy HarrisAdd "tvb_get_ntoh64()" and "tvb_get_letoh64()" routines...
2004-07-18 Guy HarrisSet the svn:eol-style property on all text files to...
2004-05-09 Guy HarrisFrom Graeme Hewson:
2004-05-02 Guy HarrisMake sure the character values we pass to "isprint...
2004-04-26 Gilbert RamirezWhen producing a display-filter representation of an...
2004-02-27 Olivier BiotFirst attempt at "bitwise AND" display filter operator.
2004-02-01 Jörg Mayersigned/unsigend warning fixes
2003-12-18 Olivier BiotAdd support of the "matches" operator to FT_BYTES and...
2003-12-09 Olivier BiotInternal PCRE field type for efficient RE parsing in...
2003-12-06 Gilbert RamirezFrom Olivier Biot
2003-11-25 Ronnie Sahlbergfvalue_free() is one of the most called functions.
2003-10-29 Guy HarrisMake the "fvalue_set" methods for types whose value...
2003-08-27 Gilbert RamirezAdd a "contains" operator for byte-strings, strings...
2003-07-30 Guy HarrisEscape double-quotes, while you're at it.
2003-07-30 Guy HarrisEscape backslashes in strings when generating the dfilt...
2003-07-25 Gilbert RamirezAdd to the fundamental types passed between the scanner...
2003-06-11 Gilbert RamirezExpand the ability of fvalue_to_string_repr, and modify...
2003-02-08 Gilbert RamirezProvide a way for ftype modules to provide a string...
2002-08-28 Jörg MayerRemoved trailing whitespaces from .h and .c files using the
2002-03-02 Guy HarrisFrom Joerg Mayer: get rid of "-Wno-unused" flag in...
2002-02-05 Guy Harris"log" is a name that belongs to the ANSI C89 standard...
2001-07-15 Guy HarrisBefore setting the value of an string field, make sure...
2001-03-02 Gilbert RamirezGet rid of unused method from ftypes structure.
2001-02-01 Gilbert RamirezGrumble, grumble. I forgot to add the license comment...
2001-02-01 Gilbert RamirezCreate a more modular type system for the FT_* types...