Ethereal-cvs: [ethereal-cvs] cvs commit: ethereal capture.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: Tue, 10 Aug 1999 06:08:44 -0500 (CDT)
deniel      1999/08/10 06:08:41 CDT

  Modified files:
    .                    capture.c capture.h 
  Log:
  Fix the -S option timeout handling:
  - when in a live capture mode no packet is received
  during a timeout, the displayer process is notified
  about any remaining captured packets. Note that this
  fix works on Linux only with a patched libpcap.
  - remove unnecessary time() call and sync_time
  loop_data field.
  
  Thanks to John McDermott for his help during fixing
  and testing.
  
  Revision  Changes    Path
  1.43      +15 -23    ethereal/capture.c
  1.11      +1 -2      ethereal/capture.h