aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dfilter/scanner.l
AgeCommit message (Expand)AuthorFilesLines
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
2001-02-01Grumble, grumble. I forgot to add the license comment at the topGilbert Ramirez1-3/+20
2001-02-01Create a more modular type system for the FT_* types. Put themGilbert Ramirez1-0/+157