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

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

From: Laurent Deniel <deniel@xxxxxxxxxxxx>
Date: Wed, 28 Jul 1999 15:17:22 -0500 (CDT)
deniel      1999/07/28 15:17:19 CDT

  Modified files:
    .                    capture.c file.c capture.h 
  Log:
  Fix the -S option :
  - read only the real number of packets that have been written
    by the child process. That's avoid incomplete packet read.
  - special timeout handling no more necessary and the whole
    real time capture and display behavior is much more
    satisfying with this patch.
  - wiretap modified to allow the reading of 'count' packets
    with wtap_loop.
  
  Revision  Changes    Path
  1.37      +12 -4     ethereal/capture.c
  1.50      +30 -6     ethereal/file.c
  1.10      +2 -1      ethereal/capture.h