Ethereal-cvs: [ethereal-cvs] cvs commit: ethereal dfilter-grammar.y dfilter-int.h dfil

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: "Gilbert Ramirez Jr." <gram@xxxxxxxxxxxx>
Date: Fri, 13 Aug 1999 18:47:52 -0500 (CDT)
gram        1999/08/13 18:47:49 CDT

  Modified files:
    .                    dfilter-grammar.y dfilter-int.h 
                         dfilter-scanner.l dfilter.c dfilter.h 
                         ethereal.c file.c file.h proto.c 
                         summary.c 
  Log:
  Moved global memory alloction used in display filters (which was stored
  in dfilter-grammar.y) to a new struct dfilter. Display filters now have
  their own struct, rather than simply being GNode's. This allows multiple
  display filters to exist at once, aiding John McDermott in his
  work on colorization.
  
  Revision  Changes    Path
  1.9       +24 -55    ethereal/dfilter-grammar.y
  1.2       +8 -2      ethereal/dfilter-int.h
  1.7       +3 -2      ethereal/dfilter-scanner.l
  1.9       +85 -33    ethereal/dfilter.c
  1.7       +33 -6     ethereal/dfilter.h
  1.83      +18 -5     ethereal/ethereal.c
  1.62      +12 -8     ethereal/file.c
  1.32      +6 -2      ethereal/file.h
  1.14      +1 -3      ethereal/proto.c
  1.9       +4 -5      ethereal/summary.c