aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dfilter/gencode.c
AgeCommit message (Expand)AuthorFilesLines
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2019-01-28dfilter: fix memory leaks on dfilter compile errors involving a setPeter Wu1-4/+3
2019-01-28dfilter: fix memory leaks if a dfilter fails to compilePeter Wu1-1/+1
2018-04-18dfilter: add range support to set membership operator ("f in {x .. y}")Peter Wu1-27/+57
2018-02-21dfilter: use g_malloc0 to prevent uninitialized memory to be used.Dario Lombardo1-2/+1
2018-02-08epan: use SPDX indentifiers.Dario Lombardo1-13/+1
2016-07-25Fix checkAPI.pl warnings about printfMichael Mann1-1/+1
2015-09-11dfilter: Add membership operatorJeffrey Smith1-0/+79
2015-02-09(Trivial) Fix printf-related 'Mismatch on sign' warningsBill Meier1-1/+1
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-08-06Replace hfinfo pointer to same_name_prev, with same_name_prev_id.Jakub Zawadzki1-4/+4
2013-07-27Fix bug #8979: Comparing function call and a range in the filter crashes Wire...Jakub Zawadzki1-5/+7
2013-03-05type drange -> drange_tAnders 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-09-01Add modelines and make indentation consistent.Evan Huus1-128/+141
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-06-04display filter: restore comparision of fields.Jakub Zawadzki1-1/+1
2012-06-03Try to squelch warningsAnders Broman1-10/+10
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