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: Mon, 24 Jan 2000 19:05:12 -0600 (CST)
guy         2000/01/24 19:05:10 CST

  Modified files:
    .                    file.c 
  Log:
  "If there aren't any packets to select" means "if there aren't any
  packets displayed", not just "if there aren't any packets" - there may
  be packets but no displayed packets if the display filter didn't find
  any packets.
  
  NULL out the pointers to the first and last displayed packet when
  closing a capture file.
  
  Revision  Changes    Path
  1.158     +6 -4      ethereal/file.c