Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal/epan/dfilter dfilter.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, 16 Jun 2004 02:33:47 -0500 (CDT)
guy         2004/06/16 02:33:47 CDT

  Modified files:
    epan/dfilter         dfilter.c 
  Log:
  Note that the reason why there's parser state that stays around after
  the parse finishes (forcing us to feed the parser an end-of-input even
  after an error) is that we don't create a new parser object when we
  start a new parse and don't destroy it when the parse finishes.
  
  Revision  Changes    Path
  1.18      +4 -2      ethereal/epan/dfilter/dfilter.c