Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal AUTHORS 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: Tue, 4 Jun 2002 06:20:02 -0500 (CDT)
guy         2002/06/04 06:20:01 CDT

  Modified files:
    .                    AUTHORS capture.c 
  Log:
  From Graeme Hewson:
  
  	This fixes some bugs:
  
  	1. With the -S option under Linux, Capture/Stop or ^E was
  	ignored until the next packet was read.  This is because
  	capture.c wasn't checking for EINTR from select(), which is
  	returned when the child receives SIGUSR1 from the parent.
  
  	2. When reading from a pipe, a spurious error message from
  	pcap_open_live() was written to stderr.
  
  	3. Error messages from the child in Sync mode were displayed in
  	a Warning alert box.
  
  	Also, there's a new subroutine, popup_errmsg(), to replace
  	several instances of duplicate code.
  
  Revision  Changes    Path
  1.525     +1 -2      ethereal/AUTHORS
  1.175     +48 -53    ethereal/capture.c