More GLIB_CHECK_VERSION cleanups. Update the minimum GLib/GTK+ versions
[obnox/wireshark/wip.git] / epan / ftypes / ftype-tvbuff.c
2011-07-11 geraldMore GLIB_CHECK_VERSION cleanups. Update the minimum...
2010-08-08 stigProtect tvb_* functions in a TRY-CATCH block.
2009-12-18 geraldFix our match flags.
2009-12-18 geraldIf we don't have PCRE and we do have GLib >= 2.14,...
2009-08-26 wmeier(FWIW) One step towards including stdio.h & stdlib...
2009-03-15 guySome more P64 fixes - they all assume we don't have...
2008-11-11 rbalintSignal error on field values that cannot be safely...
2008-06-23 stigRename some variables to avoid shadowing warnings.
2008-04-21 stigFrom Alex deVries (bug 2486):
2008-02-07 stigRemoved even more "statement not reached" warnings.
2007-01-18 martinmAdd separate union entries to fvalue.value for signed...
2006-05-21 sahlbergname change
2006-05-02 gramAdd infrastructure for display filter functions.
2005-10-31 guyWhen printing the code for a display filter:
2005-08-04 jmayerAlbert Chin:
2004-08-22 guyAdd "tvb_get_ntoh64()" and "tvb_get_letoh64()" routines...
2004-07-18 guySet the svn:eol-style property on all text files to...
2004-02-27 obiotFirst attempt at "bitwise AND" display filter operator.
2004-02-22 gramIf the LHS is a STRING or UNPARSED string, and the...
2004-02-01 guyCast the result of "tvb_get_ptr()" to squelch a compile...
2003-12-18 obiotAdd support of the "matches" operator to FT_BYTES and...
2003-12-17 obiotAdd protocols to the header fields for which the "match...
2003-12-06 gramFrom Olivier Biot
2003-10-29 guyMake the "fvalue_set" methods for types whose value...
2003-08-27 guyInclude <string.h> to get "strlen()" declared.
2003-08-27 gramAdd a "contains" operator for byte-strings, strings...
2003-07-25 gramAdd to the fundamental types passed between the scanner...
2003-02-08 gramProvide a way for ftype modules to provide a string...
2002-08-28 jmayerRemoved trailing whitespaces from .h and .c files using the
2002-01-21 guyInclude files from the "epan" directory and subdirector...
2001-03-13 gramMake tvb_get_ptr() return 'const guint8*', and clean...
2001-03-02 gramGet rid of unused method from ftypes structure.
2001-02-01 gramCatch any exception thrown by accessing the tvbuff.
2001-02-01 gramGrumble, grumble. I forgot to add the license comment...
2001-02-01 gramCreate a more modular type system for the FT_* types...