aboutsummaryrefslogtreecommitdiffstats
path: root/dfilter-grammar.y
AgeCommit message (Expand)AuthorFilesLines
1999-11-15Add "class" that understands IPv4 addresses and subnet masks.Gilbert Ramirez1-22/+79
1999-10-19Enable display filtering on FT_DOUBLE fields.Gilbert Ramirez1-21/+151
1999-10-17Get rid of difference between T_VAL_NUMBER_STRING andGilbert Ramirez1-5/+4
1999-10-17Remove no longer needed comment.Laurent Deniel1-2/+1
1999-10-15Fixed elem_size in ipv6-related dfilter_mknode() functions. Fixing thisGilbert Ramirez1-42/+4
1999-10-15use proto_tree_add_item() for IPv6 header, to allow filtering like belowJun-ichiro itojun Hagino1-2/+2
1999-10-14Put back the "%expect 4" that I accidentally deleted.Guy Harris1-1/+2
1999-10-13Fix theGuy Harris1-6/+7
1999-10-12New proto_tree header_field_info stuff. Header_field_infos now containGilbert Ramirez1-1/+10
1999-10-12The 4 shift/reduce conflicts have to do with the associativity of theGilbert Ramirez1-4/+3
1999-10-12In "string_to_value()", make sure the number is valid.Guy Harris1-1/+5
1999-10-12Re-implemented fix to keep display filter from reading data from outsideGilbert Ramirez1-2/+164
1999-10-11The answer to the questionGuy Harris1-14/+30
1999-10-11- add handling of FT_IPv6 variablesLaurent Deniel1-1/+108
1999-10-11Solaris 7 (and perhaps other OSes) lack INADDR_NONE; it doesn't matterGuy Harris1-2/+5
1999-10-11When a new display filter is to be applied, don't set "cf.dfilter" orGuy Harris1-22/+2
1999-10-11Have "get_host_ipaddr()" return a Boolean indicating whether itGuy Harris1-2/+7
1999-10-07Make "dfilter_error()" available to the lexical analyzer.Guy Harris1-2/+2
1999-09-29Fixed assert error reported by Dewi Morgan <dewim@sco.com>.Gilbert Ramirez1-1/+2
1999-09-15Changed (again) the way that the FT_BOOLEAN field type works internally.Gilbert Ramirez1-10/+28
1999-08-29Removed from the display filter/proto_tree code the assumption thatGilbert Ramirez1-1/+2
1999-08-27Changed packet-tr.c to insert tr.sr, a FT_BOOLEAN field, only if tr.srGilbert Ramirez1-57/+1
1999-08-26The dfilter yacc grammar now keeps track of every GNode that it allocates.Gilbert Ramirez1-1/+23
1999-08-20Changed some symbols inside parser, fixed default error message inGilbert Ramirez1-3/+4
1999-08-20Include "snprintf.h" if necessary, to squelch some "gcc -Wall"Guy Harris1-1/+10
1999-08-20Enabled error reporting for bad ETHER values in display filters. A newGilbert Ramirez1-5/+4
1999-08-20Made handling of byte strings in scanner and parser much simpler,Gilbert Ramirez1-35/+74
1999-08-14Modified YACC grammar to use non-yy symbols, to avoid conflicts withGilbert Ramirez1-4/+2
1999-08-13Moved global memory alloction used in display filters (which was storedGilbert Ramirez1-55/+24
1999-08-12Create a "dfilter-int.h" file, containing stuff used internally to theGuy Harris1-4/+3
1999-08-12Fixed two bugs in display filter parsing.Gilbert Ramirez1-8/+8
1999-08-11Modified the flex scanner to use symbols that start with "dfilter_"Gilbert Ramirez1-1/+3
1999-08-03Removed the "exists" keyword from the grammar. The name of a protocol or aGilbert Ramirez1-29/+22
1999-08-02I was able to get rid of all the reduce/reduce conflicts by removingGilbert Ramirez1-38/+9
1999-08-01Changed the display filter scanner from GLIB's GScanner to lex. The codeGilbert Ramirez1-111/+140
1999-07-08Fixed the byte_range implementation, and removed some of the C-styleGilbert Ramirez1-9/+29
1999-07-07Created a new protocol tree implementation and a new display filterGilbert Ramirez1-0/+640