aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dfilter/scanner.l
AgeCommit message (Expand)AuthorFilesLines
2016-12-02Include config.h at the very beginning of all Flex scanners.Guy Harris1-2/+5
2016-09-19Improve support for single-character fields and filter expressions.Guy Harris1-1/+59
2016-04-03Make the Flex scanners and YACC parser in libraries reentrant.Guy Harris1-22/+53
2015-12-05Use noyywrap rather than defining our own yywrap functions.Guy Harris1-0/+5
2015-11-06Don't include io.h in Flex scanners - they're not interactive.Guy Harris1-1/+1
2015-10-01Treat IPv4 subnet masks as distinct from addressesJeffrey Smith1-1/+1
2015-09-11dfilter: Add membership operatorJeffrey Smith1-0/+6
2015-01-18Clean up ftype-conversion and dfilter error message string handling.Guy Harris1-17/+17
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-02-10Add %option noinput to a bunch of Flex files, as we aren't using theGuy Harris1-0/+5
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-2/+0
2011-09-07From Jakub Zawadzki :Anders Broman1-1/+1
2011-05-17Squelch a narrowing warning.Guy Harris1-1/+1
2011-05-06Use strtoul() rather than sscanf to parse octal and hex numbers inGuy Harris1-4/+4
2011-04-23Back out previous change - I guess the Solaris buildbot has a pre-2.5.30Guy Harris1-19/+17
2011-04-23Try putting the include of config.h at the top of the generated scanner,Guy Harris1-17/+19
2010-04-30Fix up indentation a bitJeff Morriss1-11/+11
2009-03-16Get rid of unused routine (which gets errors when compiled on Win64).Guy Harris1-1/+0
2008-06-03We require GLib 2.4 or later, and they define G_MININT32, G_MAXIN32,Guy Harris1-12/+0
2008-04-25 Bug 2493: Fix (Part 3 of 3): Bill Meier1-0/+6
2008-04-25 Bug 2493: Fix (Part 2): Bill Meier1-5/+0
2008-01-31If "!=" or "ne" are used in a display filter, warn the user that the resultsGerald Combs1-6/+19
2007-08-11Use '~' as a synonim for "matches" replace rogue "s with \042 to avoid some t...Luis Ontanon1-6/+6
2007-08-04Add a script as a front-end for Flex, to work around various problems,Guy Harris1-0/+1
2007-07-30Add comments to various %option items to explain what they're doing. Guy Harris1-7/+22
2007-04-03disable generation of unput to avoid a compiler warning.Richard van der Hoff1-0/+6
2006-05-21name changeRonnie Sahlberg1-2/+2
2006-05-02Add infrastructure for display filter functions.Gilbert Ramirez1-4/+17
2005-03-24The "new" routine for STTYPE_STRING and STTYPE_UNPARSED does aGuy Harris1-5/+6
2004-07-18Set the svn:eol-style property on all text files to "native", so thatGuy Harris1-1/+1
2004-07-17G_MAXINT32, G_MININT32, and G_MAXUINT32 aren't defined by GLib 1.2[.x],Guy Harris1-0/+12
2004-07-16I'm not sure "strtol()" and "strtoul()" are guaranteed to clear "errno"Guy Harris1-2/+23
2004-06-03From Graeme Hewson:Guy Harris1-2/+2
2004-06-03From Graeme Hewson:Guy Harris1-7/+26
2004-05-08From Graeme Hewson: get rid of unnecessary check (it's necessary forGuy Harris1-7/+1
2004-04-25Add support for flex 2.5.31.Gilbert Ramirez1-1/+2
2004-02-27First attempt at "bitwise AND" display filter operator.Olivier Biot1-1/+4
2004-02-11Use -1 rather than 0 as the SCAN_FAILED return value from the lexicalGuy Harris1-4/+13
2004-01-07Don't assert that quoted_string be NULL; it can be non-NULL ifGilbert Ramirez1-2/+11
2003-12-21Add, for \xXX, the same sanity check (that 0xXX fits in a single byte)Guy Harris1-1/+7
2003-12-20removed some MSVC warnings (added type casts)Ulf Lamping1-3/+3
2003-12-06From Olivier BiotGilbert Ramirez1-18/+19
2003-10-27Allow + and , in unparsed strings, so that you can use + as a sign in aGuy Harris1-2/+2
2003-08-27Add a "contains" operator for byte-strings, strings, and tvbuffs (protocols).Gilbert Ramirez1-1/+3
2003-07-25Add to the fundamental types passed between the scanner and the parser.Gilbert Ramirez1-10/+67
2002-04-29Move the code to build the balanced tree of fields into "proto_init()",Guy Harris1-4/+3
2002-04-11Add "-" (hyphen) to the pattern for field-name/non-quoted string.Gilbert Ramirez1-2/+2
2001-06-22Support CIDR notation in IPv4 address filtering.Gilbert Ramirez1-5/+8
2001-03-02Enable slices of [i-j], where i is start offset and j is end offset,Gilbert Ramirez1-9/+26
2001-02-27Add Ed Warnicke's drange code to the new dfilter system.Gilbert Ramirez1-7/+64