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

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

From: Gilbert Ramirez <gram@xxxxxxxxxxxxxxxxxxx>
Date: Fri, 1 Nov 2002 11:37:34 -0600 (CST)
gram        2002/11/01 11:37:28 CST

  Modified files:
    epan/dfilter         gencode.c 
  Log:
  Fix a problem when using the same field more than once in a display
  filter, as in "ip.src == x.x.x.x || ip.src == y.y.y.y". My previous
  change to allow filtering on multiple fields of the same name moved
  some code into the wrong block within the function, causing the error.
  
  Revision  Changes    Path
  1.9       +15 -12    ethereal/epan/dfilter/gencode.c