aboutsummaryrefslogtreecommitdiffstats
path: root/epan/ftypes/ftype-pcre.c
AgeCommit message (Expand)AuthorFilesLines
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