Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal/epan/dfilter grammar.lemon semcheck.c

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

From: guy@xxxxxxxxxxxx (Guy Harris)
Date: Wed, 11 Feb 2004 15:20:52 -0600 (CST)
guy         2004/02/11 15:20:52 CST

  Modified files:
    epan/dfilter         grammar.lemon semcheck.c 
  Log:
  Make an existence test of an arbitrary entity syntactically valid, but
  check, in the semantics-checking phase, that we're testing a field, so
  that we can give a better message than, for example, "Unexpected end of
  filter string." for an existence test with a misspelled field name.
  
  Revision  Changes    Path
  1.8       +3 -3      ethereal/epan/dfilter/grammar.lemon
  1.23      +42 -2     ethereal/epan/dfilter/semcheck.c