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

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, 20 Aug 1999 15:37:54 -0500 (CDT)
gram        1999/08/20 15:37:52 CDT

  Modified files:
    .                    dfilter-grammar.y dfilter.c dfilter.h 
                         ethereal.c file.c 
  Log:
  Enabled error reporting for bad ETHER values in display filters. A new
  global variable, dfilter_error_msg is now available, being NULL when there
  was no error, or pointing to a string when an error occurred. The three
  places that dfilter_compile() is called now use this global variable to
  report the error message to the user. A default error message is put
  in that string if no context-specific error message is available (since
  I only have one context-specifici error message, namely, ETHER values,
  that will be most of the time).
  
  Revision  Changes    Path
  1.12      +4 -5      ethereal/dfilter-grammar.y
  1.12      +28 -7     ethereal/dfilter.c
  1.9       +6 -10     ethereal/dfilter.h
  1.99      +3 -5      ethereal/ethereal.c
  1.77      +2 -3      ethereal/file.c