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

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

From: gram@xxxxxxxxxxxx (Gilbert Ramirez)
Date: Sat, 21 Feb 2004 21:04:40 -0600 (CST)
gram        2004/02/21 21:04:40 CST

  Modified files:
    epan/dfilter         semcheck.c 
  Log:
  If the LHS is a STRING or UNPARSED string, and the RHS is a FIELD,
  then make sure that the FIELD can participate in the relation that
  is expressed in the display filter.
  
  Note that tvbuff's *should* be able to participate in == comparisons, etc.,
  but those functions need to be added to ftype-tvbuff.c first.
  
  Revision  Changes    Path
  1.24      +21 -5     ethereal/epan/dfilter/semcheck.c