aboutsummaryrefslogtreecommitdiffstats
path: root/epan/ftypes/ftype-string.c
AgeCommit message (Expand)AuthorFilesLines
2013-03-19From beroset:Anders Broman1-2/+2
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-2/+2
2011-12-27Add a "-G ftypes" option, which dumps our supprted FT_… names andGerald Combs1-3/+3
2011-08-23Remove support for libpcre, we use GRegex in GLib.Stig Bjørlykke1-39/+0
2011-07-11More GLIB_CHECK_VERSION cleanups. Update the minimum GLib/GTK+ versionsGerald Combs1-7/+3
2011-07-05Add some additional routine variants that handle string encodings, andGuy Harris1-38/+0
2011-04-12Use g_snprintf instead of sprintf: (Part of) Covertiy 665.Chris Maynard1-1/+1
2009-12-18If we don't have PCRE and we do have GLib >= 2.14, use GRegexes for theGerald Combs1-3/+32
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
2009-03-13From Jakub Zawadzki (bug 3331):Stig Bjørlykke1-3/+1
2009-02-07#include <epan/emem.h> not req'd ...Bill Meier1-1/+0
2008-06-23Rename some variables to avoid shadowing warnings.Stig Bjørlykke1-4/+4
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