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

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: Wed, 16 Oct 2002 11:33:01 -0500 (CDT)
gram        2002/10/16 11:33:00 CDT

  Modified files:
    epan/dfilter         dfilter.c dfvm.c dfvm.h gencode.c 
  Log:
  Make the dfilter code support multiple header_field_info's with
  the same name (abbreviation). Thus, if multiple protocols or fields
  are registered with the same name, you can still filter on the name
  and have the filtering work as expected.
  
  Revision  Changes    Path
  1.13      +6 -6      ethereal/epan/dfilter/dfilter.c
  1.9       +42 -19    ethereal/epan/dfilter/dfvm.c
  1.8       +6 -5      ethereal/epan/dfilter/dfvm.h
  1.8       +47 -29    ethereal/epan/dfilter/gencode.c