Ethereal-cvs: [ethereal-cvs] cvs commit: ethereal file.c

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

From: Guy Harris <guy@xxxxxxxxxxxx>
Date: Fri, 7 Apr 2000 03:00:49 -0500 (CDT)
guy         2000/04/07 03:00:43 CDT

  Modified files:
    .                    file.c 
  Log:
  When searching for a frame that matches a filter expression, we
  shouldn't stop the search as soon as we get back to the starting frame,
  we should stop the search if the filter expression doesn't match and the
  frame we tried it on was the starting frame - it's OK if we find the
  starting frame, it's just not OK to continue if we don't find that
  frame.
  
  Revision  Changes    Path
  1.181     +7 -7      ethereal/file.c