aboutsummaryrefslogtreecommitdiffstats
path: root/dfilter.c
AgeCommit message (Expand)AuthorFilesLines
1999-11-15Add "class" that understands IPv4 addresses and subnet masks.gram1-1/+103
1999-10-19Enable display filtering on FT_DOUBLE fields.gram1-2/+101
1999-10-12Have "dfilter_compile()" return 0 on success and 1 on failure, andguy1-10/+25
1999-10-12Re-implemented fix to keep display filter from reading data from outsidegram1-25/+44
1999-10-11- add handling of FT_IPv6 variablesdeniel1-1/+60
1999-10-11Fixed bug reported by Laurent regarding byte-string filters notgram1-23/+26
1999-10-11When a new display filter is to be applied, don't set "cf.dfilter" orguy1-96/+41
1999-10-11Have "get_host_ipaddr()" return a Boolean indicating whether itguy1-15/+20
1999-10-07Make "dfilter_error()" available to the lexical analyzer.guy1-6/+22
1999-10-04Corrected comment regarding usage.gram1-2/+2
1999-10-04Removed dummy protocol and removed bug which prevented the firstgram1-2/+2
1999-09-29Fixed assert error reported by Dewi Morgan <dewim@sco.com>.gram1-1/+5
1999-09-29Added and extended Santeri Paavolainen's <santtu@ssh.fi> patchgram1-1/+3
1999-08-30Now that FT_BOOLEAN display filter fields are treated differently (onlygram1-62/+1
1999-08-30Fixed problem with not being able to filt on field values.gram1-2/+1
1999-08-29Removed from the display filter/proto_tree code the assumption thatgram1-32/+22
1999-08-26The dfilter yacc grammar now keeps track of every GNode that it allocates.gram1-10/+60
1999-08-25Correctly set global_df->dftree to NULL after a bad parse.gram1-10/+4
1999-08-20Changed some symbols inside parser, fixed default error message ingram1-2/+2
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-7/+28
1999-08-20Made handling of byte strings in scanner and parser much simpler,gram1-1/+7
1999-08-14Modified YACC grammar to use non-yy symbols, to avoid conflicts withgram1-5/+6
1999-08-13Moved global memory alloction used in display filters (which was storedgram1-33/+85
1999-08-12Create a "dfilter-int.h" file, containing stuff used internally to theguy1-1/+2
1999-08-12Fixed two bugs in display filter parsing.gram1-3/+3
1999-08-03Removed the "exists" keyword from the grammar. The name of a protocol or agram1-31/+8
1999-08-01Changed the display filter scanner from GLIB's GScanner to lex. The codegram1-162/+54
1999-07-11When you hit <Return> in the text entry box for the display filter,guy1-1/+4
1999-07-08Put the XOR logic in place, where previously I had left an inclusive-ORgram1-8/+10
1999-07-07"const"ifty some function arguments and structure members, and "#if 0"guy1-11/+11
1999-07-07Created a new protocol tree implementation and a new display filtergram1-0/+806