aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dfilter/dfvm.c
AgeCommit message (Expand)AuthorFilesLines
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2014-02-25Remove trailing whitespaceBill Meier1-1/+1
2013-11-10Move struct _ftype_t + callback typedefs + free macro to ftypes-int.hJakub Zawadzki1-0/+2
2013-03-19From beroset:Anders Broman1-1/+1
2013-03-05type drange -> drange_tAnders Broman1-1/+1
2012-11-06When comparing fvalue_t we don't modify them, make arguments const.Jakub Zawadzki1-1/+1
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-11From Evan Huus: Unnecessary branch in dfvm.cBill Meier1-5/+1
2012-06-02Try to squelch warningsAnders Broman1-7/+7
2012-02-29From Gilbert Ramirez: When filtering on a single-byte byte-array-slice, using...Anders Broman1-10/+49
2010-01-19Use more unique names for certain enum constants.Bill Meier1-4/+4
2009-10-18Neither num_registers nor max_registers in a dfilter_t are everGuy Harris1-1/+1
2009-01-21Fix some indentationJaap Keuter1-23/+23
2008-06-23Rename some variables to avoid shadowing warnings.Stig Bjørlykke1-2/+2
2007-11-28From Didier Gautheron: Bug #2042: Move constants initialisation at compile time.Bill Meier1-5/+57
2007-11-28Fropm Anders: Broman: Fix for bug #2041Bill Meier1-8/+3
2007-04-10From Sake Blok:Richard van der Hoff1-1/+1
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-1/+31
2005-10-31Dump the range when printing an MK_RANGE operator.Guy Harris1-2/+36
2005-10-31When printing the code for a display filter:Guy Harris1-15/+19
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/+11
2003-12-19Print values for ANY_MATCHES and ANY_CONTAINS so that the dftestGilbert Ramirez1-1/+11
2003-12-06From Olivier BiotGilbert Ramirez1-1/+6
2003-12-02From Didier Gautheron: put an "fvalue_t" structure into a "field_info"Guy Harris1-2/+2
2003-11-25fvalue_free() is one of the most called functions.Ronnie Sahlberg1-2/+2
2003-08-27Add a "contains" operator for byte-strings, strings, and tvbuffs (protocols).Gilbert Ramirez1-1/+6
2002-10-16Make the dfilter code support multiple header_field_info's withGilbert Ramirez1-19/+42
2002-08-28Removed trailing whitespaces from .h and .c files using theJörg Mayer1-4/+4
2002-05-09Merge the work in Novell_NCP_branch into the mainline code.Gilbert Ramirez1-3/+2
2002-04-08Make some variables and functions static.Gilbert Ramirez1-19/+18
2001-12-18Provide for per-protocol-tree data in the proto_tree code.Gilbert Ramirez1-2/+4
2001-12-13Plug a really bad memory leak. The GPtrArrays of field_info's thatGilbert Ramirez1-1/+2
2001-02-27Add Ed Warnicke's drange code to the new dfilter system.Gilbert Ramirez1-14/+9
2001-02-01Grumble, grumble. I forgot to add the license comment at the topGilbert Ramirez1-0/+23
2001-02-01Create a more modular type system for the FT_* types. Put themGilbert Ramirez1-0/+395