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: Guy Harris <guy@xxxxxxxxxxxx>
Date: Tue, 20 Jul 1999 01:16:13 -0500 (CDT)
guy         1999/07/20 01:16:11 CDT

  Modified files:
    .                    capture.c capture.h 
  Log:
  If doing a catpure with "-S", as soon as we've created the capture file
  (this assumes that "libpcap" writes out the header as soon as that
  happens, which is the case for "libpcap" 0.4), we sync it out (to make
  sure said header is in the file), and signal the parent process, so that
  it opens the capture file and updates its windows to indicate that the
  capture is in progress.
  
  Revision  Changes    Path
  1.33      +10 -11    ethereal/capture.c
  1.9       +1 -2      ethereal/capture.h