Changed default return value of fddifc_to_str from NULL to "". The value
[obnox/wireshark/wip.git] / dfilter-scanner.l
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...