aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dfilter/gencode.c
AgeCommit message (Expand)AuthorFilesLines
2011-04-04Don't assign to a variable if the value won't be used: Coverity 817-821.Bill Meier1-2/+2
2008-01-31If "!=" or "ne" are used in a display filter, warn the user that the resultsGerald Combs1-14/+14
2007-11-28From Didier Gautheron: Bug #2042: Move constants initialisation at compile time.Bill Meier1-2/+46
2007-11-28From Didier Gautheron: Bug #2040: Fix up goto at compilation time in gencode.cBill Meier1-0/+41
2006-05-21name changeRonnie Sahlberg1-2/+2
2006-05-02MSVC is picky about assignments in declarations.Anders Broman1-2/+2
2006-05-02Add infrastructure for display filter functions.Gilbert Ramirez1-42/+127
2005-08-04Albert Chin:Jörg Mayer1-1/+0
2005-07-23Add includes to fix warnings of typeJörg Mayer1-0/+1
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/+5
2003-12-06From Olivier BiotGilbert Ramirez1-1/+5
2003-08-27Add a "contains" operator for byte-strings, strings, and tvbuffs (protocols).Gilbert Ramirez1-1/+5
2003-06-13Handle the case of a comparison between two ranges (or, at least, don'tGuy Harris1-1/+4
2002-11-01Fix a problem when using the same field more than once in a displayGilbert Ramirez1-11/+14
2002-10-16Make the dfilter code support multiple header_field_info's withGilbert Ramirez1-29/+47
2002-08-28Removed trailing whitespaces from .h and .c files using theJörg Mayer1-6/+6
2002-03-02From Joerg Mayer: get rid of "-Wno-unused" flag in some configureGuy Harris1-2/+2
2002-01-21Include files from the "epan" directory and subdirectories thereof withGuy Harris1-4/+3
2001-12-18Provide for per-protocol-tree data in the proto_tree code.Gilbert Ramirez1-2/+48
2001-02-27Add Ed Warnicke's drange code to the new dfilter system.Gilbert Ramirez1-6/+4
2001-02-11Remove unused variable and add copyright and RCS ID.Gilbert Ramirez1-2/+23
2001-02-01Create a more modular type system for the FT_* types. Put themGilbert Ramirez1-0/+299