Add a script as a front-end for Flex, to work around various problems,
[jelmer/wireshark.git] / epan / dfilter / scanner.l
2007-08-04 Guy HarrisAdd a script as a front-end for Flex, to work around...
2007-07-30 Guy HarrisAdd comments to various %option items to explain what...
2007-04-03 Richard van der... disable generation of unput to avoid a compiler warning.
2006-05-21 Ronnie Sahlbergname change
2006-05-02 Gilbert RamirezAdd infrastructure for display filter functions.
2005-03-24 Guy HarrisThe "new" routine for STTYPE_STRING and STTYPE_UNPARSED...
2004-07-18 Guy HarrisSet the svn:eol-style property on all text files to...
2004-07-17 Guy HarrisG_MAXINT32, G_MININT32, and G_MAXUINT32 aren't defined...
2004-07-16 Guy HarrisI'm not sure "strtol()" and "strtoul()" are guaranteed...
2004-06-03 Guy HarrisFrom Graeme Hewson:
2004-06-03 Guy HarrisFrom Graeme Hewson:
2004-05-08 Guy HarrisFrom Graeme Hewson: get rid of unnecessary check (it...
2004-04-25 Gilbert RamirezAdd support for flex 2.5.31.
2004-02-27 Olivier BiotFirst attempt at "bitwise AND" display filter operator.
2004-02-11 Guy HarrisUse -1 rather than 0 as the SCAN_FAILED return value...
2004-01-07 Gilbert RamirezDon't assert that quoted_string be NULL; it can be...
2003-12-21 Guy HarrisAdd, for \xXX, the same sanity check (that 0xXX fits...
2003-12-20 Ulf Lampingremoved some MSVC warnings (added type casts)
2003-12-06 Gilbert RamirezFrom Olivier Biot
2003-10-27 Guy HarrisAllow + and , in unparsed strings, so that you can...
2003-08-27 Gilbert RamirezAdd a "contains" operator for byte-strings, strings...
2003-07-25 Gilbert RamirezAdd to the fundamental types passed between the scanner...
2002-04-29 Guy HarrisMove the code to build the balanced tree of fields...
2002-04-11 Gilbert RamirezAdd "-" (hyphen) to the pattern for field-name/non...
2001-06-22 Gilbert RamirezSupport CIDR notation in IPv4 address filtering.
2001-03-02 Gilbert RamirezEnable slices of [i-j], where i is start offset and...
2001-02-27 Gilbert RamirezAdd Ed Warnicke's drange code to the new dfilter system.
2001-02-01 Gilbert RamirezGrumble, grumble. I forgot to add the license comment...
2001-02-01 Gilbert RamirezCreate a more modular type system for the FT_* types...