Ethereal-cvs: [ethereal-cvs] cvs commit: ethereal capture.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: Sun, 15 Aug 1999 17:17:03 -0500 (CDT)
guy         1999/08/15 17:17:01 CDT

  Modified files:
    .                    capture.c 
  Log:
  "open_cap_file()", if it succeeds, closes any capture file we had open;
  that means it destroys any read filter we had, so we don't need to
  destroy it in "capture()" after "open_cap_file()" succeeds.
  
  Revision  Changes    Path
  1.51      +3 -5      ethereal/capture.c