summaryrefslogtreecommitdiff
path: root/epan/ftypes/ftype-pcre.c
AgeCommit message (Expand)AuthorFilesLines
2017-06-22Make "matches" case-insensitive.Gerald Combs1-2/+2
2017-03-20ftypes: move get_value_ptr into the unionMartin Kaiser1-3/+1
2017-03-20ftypes: move get_value_uinteger into the unionMartin Kaiser1-1/+0
2017-03-19ftypes: move get_value_sinteger into the unionMartin Kaiser1-1/+0
2017-03-19ftypes: move get_value_uinteger64 into the unionMartin Kaiser1-1/+0
2017-03-19ftypes: move get_value_sinteger64 into the unionMartin Kaiser1-1/+0
2017-03-19ftypes: create a get_value union, move get_value_floating into the unionMartin Kaiser1-2/+1
2017-03-18ftypes: rename get_value to get_value_ptrMartin Kaiser1-1/+1
2017-03-15ftypes: move set_value_floating into the unionMartin Kaiser1-1/+0
2017-03-14ftypes: move set_value_sinteger64 into the unionMartin Kaiser1-1/+0
2017-03-14ftypes: move set_value_uinteger64 into the unionMartin Kaiser1-1/+0
2017-03-13ftypes: move set_value_sinteger into the unionMartin Kaiser1-1/+0
2017-03-13ftypes: move set_value_uinteger into the unionMartin Kaiser1-1/+0
2017-03-10ftypes: move set_value_protocol into the unionMartin Kaiser1-1/+0
2017-03-10ftypes: move set_value_string into the unionMartin Kaiser1-2/+1
2017-03-09ftypes: move set_value_time into the unionMartin Kaiser1-1/+0
2017-03-08ftypes: move set_value_guid into the unionMartin Kaiser1-1/+0
2017-03-08ftypes: move set_value_bytes into the unionMartin Kaiser1-1/+0
2017-03-07ftypes: create a set_value unionMartin Kaiser1-1/+2
2016-05-10Give FvalueToStringRepr a length parameter.Michael Mann1-2/+2
2016-05-05Convert ftype-tvbuff.c to ftype-protocol.cMichael Mann1-1/+1
2016-03-28Fix warnings/errors of type -Wused-but-marked-unusedJoerg Mayer1-1/+1
2015-06-11Replace tabs in files with editor modeline "expandtab"Bill Meier1-5/+5
2015-02-21Make FT_{U}INT64 behave more like FT_{U}INT32, add support for FT_{U}INT{40,4...JC Wren1-2/+4
2015-01-18Clean up ftype-conversion and dfilter error message string handling.Guy Harris1-7/+9
2015-01-04Create BASE_DOT, BASE_DASH, and BASE_SEMICOLON types for the FT_BYTES field t...Michael Mann1-2/+2
2014-10-16Better fix - just check that the upper and lower nibbles are >= 0xA.Guy Harris1-17/+5
2014-10-16Fix issues in some ARM compilers, due to char being unsigned?Guy Harris1-8/+17
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