aboutsummaryrefslogtreecommitdiffstats
path: root/dfilter-scanner.l
AgeCommit message (Expand)AuthorFilesLines
1999-10-19Enable filtering on the existence of an FT_STRING variable, even thoughgram1-4/+2
1999-10-19Enable display filtering on FT_DOUBLE fields.gram1-5/+11
1999-10-17Get rid of difference between T_VAL_NUMBER_STRING andgram1-3/+3
1999-10-17move rule for hexadecimal with "0x" upwards.itojun1-11/+7
1999-10-15add ipcomp.flags to filter notation.itojun1-2/+6
1999-10-15use proto_tree_add_item() for IPv6 header, to allow filtering like belowitojun1-2/+3
1999-10-12New proto_tree header_field_info stuff. Header_field_infos now containgram1-6/+13
1999-10-12Re-implemented fix to keep display filter from reading data from outsidegram1-1/+20
1999-10-11- add handling of FT_IPv6 variablesdeniel1-4/+2
1999-10-11Have "get_host_ipaddr()" return a Boolean indicating whether itguy1-6/+11
1999-10-09Fix a typo in error message.deniel1-2/+2
1999-10-07Make "dfilter_error()" available to the lexical analyzer.guy1-9/+29
1999-10-06Fix dfilter scanner to accept hyphenated hostnames for IPv4 addresses.gram1-2/+2
1999-10-04Removed dummy protocol and removed bug which prevented the firstgram1-2/+2
1999-09-15Changed (again) the way that the FT_BOOLEAN field type works internally.gram1-4/+5
1999-08-27Changed packet-tr.c to insert tr.sr, a FT_BOOLEAN field, only if tr.srgram1-4/+1
1999-08-20Changed some symbols inside parser, fixed default error message ingram1-3/+3
1999-08-20Made handling of byte strings in scanner and parser much simpler,gram1-72/+9
1999-08-14Modified YACC grammar to use non-yy symbols, to avoid conflicts withgram1-28/+28
1999-08-13Moved global memory alloction used in display filters (which was storedgram1-2/+3
1999-08-12Create a "dfilter-int.h" file, containing stuff used internally to theguy1-4/+3
1999-08-12One small regex change, just to be safe.gram1-2/+2
1999-08-12Fixed two bugs in display filter parsing.gram1-5/+17
1999-08-05Logical operands needed to set the yylval as well as return thegram1-11/+11
1999-08-03Removed the "exists" keyword from the grammar. The name of a protocol or agram1-36/+16
1999-08-01Changed the display filter scanner from GLIB's GScanner to lex. The codegram1-0/+353