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: Sat, 4 May 2002 04:11:30 -0500 (CDT)
guy         2002/05/04 04:11:29 CDT

  Modified files:
    .                    capture.c 
  Log:
  From Joerg Mayer: get rid of some unused arguments, and mark others as
  unused.
  
  Put in a comment to note that if we fail to open the interface either as
  a device or as a pipe, we report the error from the failed
  "pcap_open_live()" (which explains why "pipe_open_live()" doesn't return
  an error string).
  
  Revision  Changes    Path
  1.174     +16 -9     ethereal/capture.c