Remove support for libpcre, we use GRegex in GLib.
[metze/wireshark/wip.git] / epan / ftypes / ftype-tvbuff.c
2011-08-23 Stig BjørlykkeRemove support for libpcre, we use GRegex in GLib.
2011-07-11 Gerald CombsMore GLIB_CHECK_VERSION cleanups. Update the minimum...
2010-08-08 Stig BjørlykkeProtect tvb_* functions in a TRY-CATCH block.
2009-12-18 Gerald CombsFix our match flags.
2009-12-18 Gerald CombsIf we don't have PCRE and we do have GLib >= 2.14,...
2009-08-26 Bill Meier(FWIW) One step towards including stdio.h & stdlib...
2009-03-15 Guy HarrisSome more P64 fixes - they all assume we don't have...
2008-11-11 Balint ReczeySignal error on field values that cannot be safely...
2008-06-23 Stig BjørlykkeRename some variables to avoid shadowing warnings.
2008-04-21 Stig BjørlykkeFrom Alex deVries (bug 2486):
2008-02-07 Stig BjørlykkeRemoved even more "statement not reached" warnings.
2007-01-18 Martin MathiesonAdd separate union entries to fvalue.value for signed...
2006-05-21 Ronnie Sahlbergname change
2006-05-02 Gilbert RamirezAdd infrastructure for display filter functions.
2005-10-31 Guy HarrisWhen printing the code for a display filter:
2005-08-04 Jörg MayerAlbert Chin:
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-02-27 Olivier BiotFirst attempt at "bitwise AND" display filter operator.
2004-02-22 Gilbert RamirezIf the LHS is a STRING or UNPARSED string, and the...
2004-02-01 Guy HarrisCast the result of "tvb_get_ptr()" to squelch a compile...
2003-12-18 Olivier BiotAdd support of the "matches" operator to FT_BYTES and...
2003-12-17 Olivier BiotAdd protocols to the header fields for which the "match...
2003-12-06 Gilbert RamirezFrom Olivier Biot
2003-10-29 Guy HarrisMake the "fvalue_set" methods for types whose value...
2003-08-27 Guy HarrisInclude <string.h> to get "strlen()" declared.
2003-08-27 Gilbert RamirezAdd a "contains" operator for byte-strings, strings...
2003-07-25 Gilbert RamirezAdd to the fundamental types passed between the scanner...
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-01-21 Guy HarrisInclude files from the "epan" directory and subdirector...
2001-03-13 Gilbert RamirezMake tvb_get_ptr() return 'const guint8*', and clean...
2001-03-02 Gilbert RamirezGet rid of unused method from ftypes structure.
2001-02-01 Gilbert RamirezCatch any exception thrown by accessing the tvbuff.
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...