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@xxxxxxxxxxxxxxxxxxx>
Date: Wed, 27 Dec 2000 16:35:48 -0600 (CST)
guy         2000/12/27 16:35:48 CST

  Modified files:
    .                    capture.c 
  Log:
  If the capture child process exits unexpectedly, give more information
  on it, such as the exit status if it exited "normally" but unexpectedly.
  
  On UNIX systems, #define the various POSIX <sys/wait.h> macros (and the
  non-POSIX WCOREDUMP()" macro) if they're not defined by <sys/wait.h> (or
  if we don't have <sys/wait.h>), and use them to dissect the exit status.
  
  Revision  Changes    Path
  1.133     +176 -117  ethereal/capture.c