aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dfilter/grammar.lemon
AgeCommit message (Expand)AuthorFilesLines
2016-09-19Improve support for single-character fields and filter expressions.Guy Harris1-0/+5
2015-10-27Dfilter: Mark an error in %syntax_errorStig Bjørlykke1-0/+2
2015-09-11dfilter: Add membership operatorJeffrey Smith1-0/+24
2015-08-27Lemon grammar: fix indent (use tabs)Alexis La Goutte1-8/+8
2015-01-18Clean up ftype-conversion and dfilter error message string handling.Guy Harris1-8/+8
2014-11-17display filter: the body of a range should only beMartin Kaiser1-2/+5
2014-07-06Add printf-format annotations, fix garbagePeter Wu1-2/+2
2014-03-31Continue to remove $Id$ from top of fileAlexis La Goutte1-1/+0
2013-12-14Use "(void) <variable/>" to avoid unused variable warnings similar toGerald Combs1-1/+4
2013-11-10Add missing includes in order to remove exceptions.h from proto.h (next commit).Jakub Zawadzki1-0/+2
2013-08-10dfilter: report warning if OR and AND logic operands are mixed without parent...Jakub Zawadzki1-0/+1
2013-07-27Support drange for functionsJakub Zawadzki1-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-19Support multiple relation test without logic and (python-like)Jakub Zawadzki1-0/+21
2012-06-03Fix warningsAnders Broman1-1/+1
2007-04-03Implement a proposal from Elefterios Gabriel for SCCP:Luis Ontanon1-0/+4
2007-01-17productions of non-terminal "sentence" do not generate any value. Avoid a des...Luis Ontanon1-1/+1
2006-05-02Add infrastructure for display filter functions.Gilbert Ramirez1-5/+38
2005-08-20- Include the .h files in their .c files.Jörg Mayer1-0/+2
2004-07-18Set the svn:eol-style property on all text files to "native", so thatGuy Harris1-1/+1
2004-06-03From Graeme Hewson:Guy Harris1-2/+2
2004-02-27First attempt at "bitwise AND" display filter operator.Olivier Biot1-2/+3
2004-02-11Make an existence test of an arbitrary entity syntactically valid, butGuy Harris1-3/+3
2003-12-06From Olivier BiotGilbert Ramirez1-2/+3
2003-08-27Add a "contains" operator for byte-strings, strings, and tvbuffs (protocols).Gilbert Ramirez1-2/+3
2003-07-25Add to the fundamental types passed between the scanner and the parser.Gilbert Ramirez1-11/+6
2001-06-22Support CIDR notation in IPv4 address filtering.Gilbert Ramirez1-1/+11
2001-03-02Enable slices of [i-j], where i is start offset and j is end offset,Gilbert Ramirez1-12/+10
2001-02-27Add Ed Warnicke's drange code to the new dfilter system.Gilbert Ramirez1-12/+76
2001-02-01Create a more modular type system for the FT_* types. Put themGilbert Ramirez1-0/+185