The color stuff is almost completely toolkit-dependent (this isn't just
[obnox/wireshark/wip.git] / dfilter-scanner.l
2000-02-05 guyAllow filtering on 24-bit integral fields.
2000-01-10 gramSome initial changes for win32 support, but not all.
1999-10-19 gramEnable filtering on the existence of an FT_STRING varia...
1999-10-19 gramEnable display filtering on FT_DOUBLE fields.
1999-10-17 gramGet rid of difference between T_VAL_NUMBER_STRING and
1999-10-17 itojunmove rule for hexadecimal with "0x" upwards.
1999-10-15 itojunadd ipcomp.flags to filter notation.
1999-10-15 itojunuse proto_tree_add_item() for IPv6 header, to allow...
1999-10-12 gramNew proto_tree header_field_info stuff. Header_field_in...
1999-10-12 gramRe-implemented fix to keep display filter from reading...
1999-10-11 deniel- add handling of FT_IPv6 variables
1999-10-11 guyHave "get_host_ipaddr()" return a Boolean indicating...
1999-10-09 denielFix a typo in error message.
1999-10-07 guyMake "dfilter_error()" available to the lexical analyzer.
1999-10-06 gramFix dfilter scanner to accept hyphenated hostnames...
1999-10-04 gramRemoved dummy protocol and removed bug which prevented...
1999-09-15 gramChanged (again) the way that the FT_BOOLEAN field type...
1999-08-27 gramChanged packet-tr.c to insert tr.sr, a FT_BOOLEAN field...
1999-08-20 gramChanged some symbols inside parser, fixed default error...
1999-08-20 gramMade handling of byte strings in scanner and parser...
1999-08-14 gramModified YACC grammar to use non-yy symbols, to avoid...
1999-08-13 gramMoved global memory alloction used in display filters...
1999-08-12 guyCreate a "dfilter-int.h" file, containing stuff used...
1999-08-12 gramOne small regex change, just to be safe.
1999-08-12 gramFixed two bugs in display filter parsing.
1999-08-05 gramLogical operands needed to set the yylval as well as...
1999-08-03 gramRemoved the "exists" keyword from the grammar. The...
1999-08-01 gramChanged the display filter scanner from GLIB's GScanner...