aboutsummaryrefslogtreecommitdiffstats
path: root/dfilter-grammar.y
AgeCommit message (Expand)AuthorFilesLines
2000-09-27First step in moving core Ethereal routines to libepan.gram1-1186/+0
2000-08-01Allow filtering on strings.gram1-1/+75
2000-07-22Simplify the way the display filter routines get field values fromgram1-22/+39
2000-02-05Allow filtering on 24-bit integral fields.guy1-1/+7
1999-11-15Add "class" that understands IPv4 addresses and subnet masks.gram1-22/+79
1999-10-19Enable display filtering on FT_DOUBLE fields.gram1-21/+151
1999-10-17Get rid of difference between T_VAL_NUMBER_STRING andgram1-5/+4
1999-10-17Remove no longer needed comment.deniel1-2/+1
1999-10-15Fixed elem_size in ipv6-related dfilter_mknode() functions. Fixing thisgram1-42/+4
1999-10-15use proto_tree_add_item() for IPv6 header, to allow filtering like belowitojun1-2/+2
1999-10-14Put back the "%expect 4" that I accidentally deleted.guy1-1/+2
1999-10-13Fix theguy1-6/+7
1999-10-12New proto_tree header_field_info stuff. Header_field_infos now containgram1-1/+10
1999-10-12The 4 shift/reduce conflicts have to do with the associativity of thegram1-4/+3
1999-10-12In "string_to_value()", make sure the number is valid.guy1-1/+5
1999-10-12Re-implemented fix to keep display filter from reading data from outsidegram1-2/+164
1999-10-11The answer to the questionguy1-14/+30
1999-10-11- add handling of FT_IPv6 variablesdeniel1-1/+108
1999-10-11Solaris 7 (and perhaps other OSes) lack INADDR_NONE; it doesn't matterguy1-2/+5
1999-10-11When a new display filter is to be applied, don't set "cf.dfilter" orguy1-22/+2
1999-10-11Have "get_host_ipaddr()" return a Boolean indicating whether itguy1-2/+7
1999-10-07Make "dfilter_error()" available to the lexical analyzer.guy1-2/+2
1999-09-29Fixed assert error reported by Dewi Morgan <dewim@sco.com>.gram1-1/+2
1999-09-15Changed (again) the way that the FT_BOOLEAN field type works internally.gram1-10/+28
1999-08-29Removed from the display filter/proto_tree code the assumption thatgram1-1/+2
1999-08-27Changed packet-tr.c to insert tr.sr, a FT_BOOLEAN field, only if tr.srgram1-57/+1
1999-08-26The dfilter yacc grammar now keeps track of every GNode that it allocates.gram1-1/+23
1999-08-20Changed some symbols inside parser, fixed default error message ingram1-3/+4
1999-08-20Include "snprintf.h" if necessary, to squelch some "gcc -Wall"guy1-1/+10
1999-08-20Enabled error reporting for bad ETHER values in display filters. A newgram1-5/+4
1999-08-20Made handling of byte strings in scanner and parser much simpler,gram1-35/+74
1999-08-14Modified YACC grammar to use non-yy symbols, to avoid conflicts withgram1-4/+2
1999-08-13Moved global memory alloction used in display filters (which was storedgram1-55/+24
1999-08-12Create a "dfilter-int.h" file, containing stuff used internally to theguy1-4/+3
1999-08-12Fixed two bugs in display filter parsing.gram1-8/+8
1999-08-11Modified the flex scanner to use symbols that start with "dfilter_"gram1-1/+3
1999-08-03Removed the "exists" keyword from the grammar. The name of a protocol or agram1-29/+22
1999-08-02I was able to get rid of all the reduce/reduce conflicts by removinggram1-38/+9
1999-08-01Changed the display filter scanner from GLIB's GScanner to lex. The codegram1-111/+140
1999-07-08Fixed the byte_range implementation, and removed some of the C-stylegram1-9/+29
1999-07-07Created a new protocol tree implementation and a new display filtergram1-0/+640