aboutsummaryrefslogtreecommitdiffstats
path: root/dfilter-scanner.l
AgeCommit message (Expand)AuthorFilesLines
1999-10-11Have "get_host_ipaddr()" return a Boolean indicating whether itGuy Harris1-6/+11
1999-10-09Fix a typo in error message.Laurent Deniel1-2/+2
1999-10-07Make "dfilter_error()" available to the lexical analyzer.Guy Harris1-9/+29
1999-10-06Fix dfilter scanner to accept hyphenated hostnames for IPv4 addresses.Gilbert Ramirez1-2/+2
1999-10-04Removed dummy protocol and removed bug which prevented the firstGilbert Ramirez1-2/+2
1999-09-15Changed (again) the way that the FT_BOOLEAN field type works internally.Gilbert Ramirez1-4/+5
1999-08-27Changed packet-tr.c to insert tr.sr, a FT_BOOLEAN field, only if tr.srGilbert Ramirez1-4/+1
1999-08-20Changed some symbols inside parser, fixed default error message inGilbert Ramirez1-3/+3
1999-08-20Made handling of byte strings in scanner and parser much simpler,Gilbert Ramirez1-72/+9
1999-08-14Modified YACC grammar to use non-yy symbols, to avoid conflicts withGilbert Ramirez1-28/+28
1999-08-13Moved global memory alloction used in display filters (which was storedGilbert Ramirez1-2/+3
1999-08-12Create a "dfilter-int.h" file, containing stuff used internally to theGuy Harris1-4/+3
1999-08-12One small regex change, just to be safe.Gilbert Ramirez1-2/+2
1999-08-12Fixed two bugs in display filter parsing.Gilbert Ramirez1-5/+17
1999-08-05Logical operands needed to set the yylval as well as return theGilbert Ramirez1-11/+11
1999-08-03Removed the "exists" keyword from the grammar. The name of a protocol or aGilbert Ramirez1-36/+16
1999-08-01Changed the display filter scanner from GLIB's GScanner to lex. The codeGilbert Ramirez1-0/+353