Ethereal-cvs: [ethereal-cvs] cvs commit: ethereal/wiretap wtap.c

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:33 -0500 (CDT)
deniel      1999/07/28 15:17:28 CDT

  Modified files:
    wiretap              wtap.c 
  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.11      +3 -2      ethereal/wiretap/wtap.c