aboutsummaryrefslogtreecommitdiffstats
path: root/epan/ftypes/ftype-pcre.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-6/+10
2013-03-19From beroset:Anders Broman1-2/+2
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-1/+1
2012-02-05From Tony Trinh:Anders Broman1-1/+35
2011-09-21Convert "4 space tabs" to spaces;Bill Meier1-81/+81
2011-08-23Remove support for libpcre, we use GRegex in GLib.Stig Bjørlykke1-191/+1
2011-07-11More GLIB_CHECK_VERSION cleanups. Update the minimum GLib/GTK+ versionsGerald Combs1-49/+3
2009-12-18If we don't have PCRE and we do have GLib >= 2.14, use GRegexes for theGerald Combs1-1/+150
2009-04-22Clean up some 64-bit issues.Guy Harris1-1/+1
2009-03-13From Jakub Zawadzki (bug 3331):Stig Bjørlykke1-4/+4
2007-01-18Remove extra element.Martin Mathieson1-1/+0
2007-01-18Missed this one (I don't build with pcre)Martin Mathieson1-1/+4
2007-01-18Add separate union entries to fvalue.value for signed and unsignedMartin Mathieson1-2/+4
2006-12-24Reverse commit 20209, breaking the build across the board.Jaap Keuter1-20/+37
2006-12-23make the PCRE ftype use ep allocated memory instead of g_malloced memoryRonnie Sahlberg1-37/+20
2006-05-21name changeRonnie Sahlberg1-2/+2
2006-05-02Add infrastructure for display filter functions.Gilbert Ramirez1-0/+2
2006-02-23Fix bug 764. Always initialize the members of the tuple on creation.Jaap Keuter1-0/+1
2005-10-31When printing the code for a display filter:Guy Harris1-3/+19
2004-09-01Make a bunch of source files non-executable.Guy Harris1-0/+0
2004-08-22Add "tvb_get_ntoh64()" and "tvb_get_letoh64()" routines to fetch 64-bitGuy Harris1-25/+29
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/+3
2004-01-25Fix 'warning: cast discards qualifiers from pointer target type' by removing ...Jörg Mayer1-5/+5
2003-12-09Internal PCRE field type for efficient RE parsing in dfilters.Olivier Biot1-0/+235