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: Sun, 11 Feb 2001 16:36:58 -0600 (CST)
guy         2001/02/11 16:36:58 CST

  Modified files:
    .                    capture.c 
  Log:
  Change the protocol between the parent and child processes in an "Update
  list of packets in real time" capture so that "!" always indicates an
  error, with the "!" preceded by a count of characters in the error
  message and followed by the text of the error, and so that those error
  messages can be sent after the capture has started.
  
  Use that to report capture errors, and errors writing to the capture
  file, while the capture is under way.
  
  Use #defines for the message type characters in that protocol.
  
  Revision  Changes    Path
  1.141     +89 -40    ethereal/capture.c