Ethereal-cvs: [ethereal-cvs] cvs commit: ethereal dfilter-grammar.y dfilter-scanner.l dfilter.

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: Tue, 3 Aug 1999 10:04:31 -0500 (CDT)
gram        1999/08/03 10:04:29 CDT

  Modified files:
    .                    dfilter-grammar.y dfilter-scanner.l 
                         dfilter.c dfilter.h 
  Log:
  Removed the "exists" keyword from the grammar. The name of a protocol or a
  field by itself assumes you are checking for the existence of that protocol
  or field.
  
  Changed the format of the list of filterable fields in the man page.
  Developers: run "./configure" so that your configure script will re-create
  dfilter2pod from the new dfilter2pod.in
  
  Revision  Changes    Path
  1.5       +26 -33    ethereal/dfilter-grammar.y
  1.2       +16 -36    ethereal/dfilter-scanner.l
  1.6       +8 -31     ethereal/dfilter.c
  1.5       +1 -2      ethereal/dfilter.h