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

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: Mon, 23 Feb 2004 16:48:51 -0600 (CST)
guy         2004/02/23 16:48:51 CST

  Modified files:
    .                    file.c file.h 
  Log:
  Add a "force" argument to "filter_packets()" and
  "main_filter_packets()", to force the filtering to be done even if the
  filter is the same as the current one; this is necessary in order to
  make sure "Follow TCP Stream" gets the packets processed even if you're
  filtering the stream that's currently filtered in.
  
  Revision  Changes    Path
  1.367     +8 -9      ethereal/file.c
  1.116     +2 -2      ethereal/file.h