aboutsummaryrefslogtreecommitdiffstats
path: root/epan/ftypes/ftype-tvbuff.c
AgeCommit message (Expand)AuthorFilesLines
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2014-01-15Eliminate fvalue_set() in favor of routines that take argumentsGuy Harris1-7/+10
2013-11-10Add missing includes in order to remove exceptions.h from proto.h (next commit).Jakub Zawadzki1-0/+2
2013-03-19From beroset:Anders Broman1-1/+1
2013-01-18Make the buffer argument to FvalueToStringRepr functions volatileEvan Huus1-7/+5
2012-11-06When comparing fvalue_t we don't modify them, make arguments const.Jakub Zawadzki1-8/+8
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-2/+0
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-06-02Try to squelch warningsAnders Broman1-3/+3
2011-12-27Add a "-G ftypes" option, which dumps our supprted FT_… names andGerald Combs1-1/+1
2011-11-08Make some variables volatile to avoid warnings with my gcc version.Martin Mathieson1-9/+9
2011-11-07Do not return from within a TRY/CATCH/ENDTRY because this will make theStig Bjørlykke1-56/+39
2011-08-23Remove support for libpcre, we use GRegex in GLib.Stig Bjørlykke1-50/+1
2011-07-11More GLIB_CHECK_VERSION cleanups. Update the minimum GLib/GTK+ versionsGerald Combs1-11/+7
2010-08-08Protect tvb_* functions in a TRY-CATCH block.Stig Bjørlykke1-64/+150
2009-12-18Fix our match flags.Gerald Combs1-1/+1
2009-12-18If we don't have PCRE and we do have GLib >= 2.14, use GRegexes for theGerald Combs1-6/+47
2009-08-26(FWIW) One step towards including stdio.h & stdlib.h only when req'd.Bill Meier1-0/+1
2009-03-15Some more P64 fixes - they all assume we don't have truly giganticGuy Harris1-2/+2
2008-11-11Signal error on field values that cannot be safely represented as strings ins...Balint Reczey1-1/+1
2008-06-23Rename some variables to avoid shadowing warnings.Stig Bjørlykke1-4/+4
2008-04-21From Alex deVries (bug 2486):Stig Bjørlykke1-9/+110
2008-02-07Removed even more "statement not reached" warnings.Stig Bjørlykke1-5/+3
2007-01-18Add separate union entries to fvalue.value for signed and unsignedMartin Mathieson1-2/+4
2006-05-21name changeRonnie Sahlberg1-2/+2
2006-05-02Add infrastructure for display filter functions.Gilbert Ramirez1-0/+1
2005-10-31When printing the code for a display filter:Guy Harris1-5/+42
2005-08-04Albert Chin:Jörg Mayer1-1/+0
2004-08-22Add "tvb_get_ntoh64()" and "tvb_get_letoh64()" routines to fetch 64-bitGuy Harris1-7/+9
2004-07-18Set the svn:eol-style property on all text files to "native", so thatGuy Harris1-1/+1
2004-02-27First attempt at "bitwise AND" display filter operator.Olivier Biot1-1/+2
2004-02-22If the LHS is a STRING or UNPARSED string, and the RHS is a FIELD,Gilbert Ramirez1-1/+4
2004-02-01Cast the result of "tvb_get_ptr()" to squelch a compiler warning.Guy Harris1-2/+2
2003-12-18Add support of the "matches" operator to FT_BYTES and FT_ETHER. I don't thinkOlivier Biot1-8/+10
2003-12-17Add protocols to the header fields for which the "matches" operator can beOlivier Biot1-4/+54
2003-12-06From Olivier BiotGilbert Ramirez1-8/+9
2003-10-29Make the "fvalue_set" methods for types whose value is allocated freeGuy Harris1-2/+12
2003-08-27Include <string.h> to get "strlen()" declared.Guy Harris1-1/+2
2003-08-27Add a "contains" operator for byte-strings, strings, and tvbuffs (protocols).Gilbert Ramirez1-8/+91
2003-07-25Add to the fundamental types passed between the scanner and the parser.Gilbert Ramirez1-2/+3
2003-02-08Provide a way for ftype modules to provide a string representationGilbert Ramirez1-1/+3
2002-08-28Removed trailing whitespaces from .h and .c files using theJörg Mayer1-4/+4
2002-01-21Include files from the "epan" directory and subdirectories thereof withGuy Harris1-4/+3
2001-03-13Make tvb_get_ptr() return 'const guint8*', and clean up all theGilbert Ramirez1-2/+2
2001-03-02Get rid of unused method from ftypes structure.Gilbert Ramirez1-2/+1
2001-02-01Catch any exception thrown by accessing the tvbuff.Gilbert Ramirez1-3/+10
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/+84