aboutsummaryrefslogtreecommitdiffstats
path: root/dfilter-scanner.l
AgeCommit message (Expand)AuthorFilesLines
2000-02-15Create a header file for every packet-*.c file. Prune the packet.h file.Gilbert Ramirez1-1/+6
2000-02-05Allow filtering on 24-bit integral fields.Guy Harris1-1/+7
2000-01-10Some initial changes for win32 support, but not all.Gilbert Ramirez1-1/+5
1999-10-19Enable filtering on the existence of an FT_STRING variable, even thoughGilbert Ramirez1-4/+2
1999-10-19Enable display filtering on FT_DOUBLE fields.Gilbert Ramirez1-5/+11
1999-10-17Get rid of difference between T_VAL_NUMBER_STRING andGilbert Ramirez1-3/+3
1999-10-17move rule for hexadecimal with "0x" upwards.Jun-ichiro itojun Hagino1-11/+7
1999-10-15add ipcomp.flags to filter notation.Jun-ichiro itojun Hagino1-2/+6
1999-10-15use proto_tree_add_item() for IPv6 header, to allow filtering like belowJun-ichiro itojun Hagino1-2/+3
1999-10-12New proto_tree header_field_info stuff. Header_field_infos now containGilbert Ramirez1-6/+13
1999-10-12Re-implemented fix to keep display filter from reading data from outsideGilbert Ramirez1-1/+20
1999-10-11- add handling of FT_IPv6 variablesLaurent Deniel1-4/+2
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