aboutsummaryrefslogtreecommitdiffstats
path: root/epan/ftypes/ftype-pcre.c
AgeCommit message (Expand)AuthorFilesLines
2011-09-21Convert "4 space tabs" to spaces;wmeier1-81/+81
2011-08-23Remove support for libpcre, we use GRegex in GLib.stig1-191/+1
2011-07-11More GLIB_CHECK_VERSION cleanups. Update the minimum GLib/GTK+ versionsgerald1-49/+3
2009-12-18If we don't have PCRE and we do have GLib >= 2.14, use GRegexes for thegerald1-1/+150
2009-04-22Clean up some 64-bit issues.guy1-1/+1
2009-03-13From Jakub Zawadzki (bug 3331):stig1-4/+4
2007-01-18Remove extra element.martinm1-1/+0
2007-01-18Missed this one (I don't build with pcre)martinm1-1/+4
2007-01-18Add separate union entries to fvalue.value for signed and unsignedmartinm1-2/+4
2006-12-24Reverse commit 20209, breaking the build across the board.jake1-20/+37
2006-12-23make the PCRE ftype use ep allocated memory instead of g_malloced memorysahlberg1-37/+20
2006-05-21name changesahlberg1-2/+2
2006-05-02Add infrastructure for display filter functions.gram1-0/+2
2006-02-23Fix bug 764. Always initialize the members of the tuple on creation.jake1-0/+1
2005-10-31When printing the code for a display filter:guy1-3/+19
2004-09-01Make a bunch of source files non-executable.guy1-0/+0
2004-08-22Add "tvb_get_ntoh64()" and "tvb_get_letoh64()" routines to fetch 64-bitguy1-25/+29
2004-07-18Set the svn:eol-style property on all text files to "native", so thatguy1-1/+1
2004-02-27First attempt at "bitwise AND" display filter operator.obiot1-1/+3
2004-01-25Fix 'warning: cast discards qualifiers from pointer target type' by removing ...jmayer1-5/+5
2003-12-09Internal PCRE field type for efficient RE parsing in dfilters.obiot1-0/+235