When a new display filter is to be applied, don't set "cf.dfilter" or
[obnox/wireshark/wip.git] / dfilter.c
1999-10-11 guyWhen a new display filter is to be applied, don't set...
1999-10-11 guyHave "get_host_ipaddr()" return a Boolean indicating...
1999-10-07 guyMake "dfilter_error()" available to the lexical analyzer.
1999-10-04 gramCorrected comment regarding usage.
1999-10-04 gramRemoved dummy protocol and removed bug which prevented...
1999-09-29 gramFixed assert error reported by Dewi Morgan <dewim@sco...
1999-09-29 gramAdded and extended Santeri Paavolainen's <santtu@ssh...
1999-08-30 gramNow that FT_BOOLEAN display filter fields are treated...
1999-08-30 gramFixed problem with not being able to filt on field...
1999-08-29 gramRemoved from the display filter/proto_tree code the...
1999-08-26 gramThe dfilter yacc grammar now keeps track of every GNode...
1999-08-25 gramCorrectly set global_df->dftree to NULL after a bad...
1999-08-20 gramChanged some symbols inside parser, fixed default error...
1999-08-20 guyInclude "snprintf.h" if necessary, to squelch some...
1999-08-20 gramEnabled error reporting for bad ETHER values in display...
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 gramFixed two bugs in display filter parsing.
1999-08-03 gramRemoved the "exists" keyword from the grammar. The...
1999-08-01 gramChanged the display filter scanner from GLIB's GScanner...
1999-07-11 guyWhen you hit <Return> in the text entry box for the...
1999-07-08 gramPut the XOR logic in place, where previously I had...
1999-07-07 guy"const"ifty some function arguments and structure membe...
1999-07-07 gramCreated a new protocol tree implementation and a new...