Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal capture.c tethereal.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 15:29:04 -0600 (CST)
guy         2001/02/11 15:29:04 CST

  Modified files:
    .                    capture.c tethereal.c 
  Log:
  Report failures of "pcap_stats()", as tcpdump does.
  
  Print the "Capturing on <interface>" message, the running count of
  packets captured, and error messages to the standard error in Tethereal,
  so that you can pipe the output of a live capture that's printing
  packets to a program or script without that script having to worry about
  parsing stuff other than dissected packet summaries or details (tcpdump
  does the same).
  
  Revision  Changes    Path
  1.140     +6 -1      ethereal/capture.c
  1.67      +21 -8     ethereal/tethereal.c