Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal capture.c capture.h file.c file.h summary.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 03:28:17 -0600 (CST)
guy         2001/02/11 03:28:17 CST

  Modified files:
    .                    capture.c capture.h file.c file.h 
                         summary.c summary.h tethereal.c 
  Log:
  In Ethereal, attempt to get the packet statistics from libpcap when
  capturing; if we succeed, display the packet drops count as the "Drops"
  value in the status line and as the "Dropped packets" statistics in the
  summary dialog box, otherwise don't display it at all.
  
  In Tethereal, attempt to get the packet statistics from libpcap when
  capturing; if we succeed, and if there were any dropped packets, print
  out the count of dropped packets when the capture finishes.
  
  Revision  Changes    Path
  1.139     +68 -24    ethereal/capture.c
  1.25      +2 -2      ethereal/capture.h
  1.232     +13 -5     ethereal/file.c
  1.81      +2 -1      ethereal/file.h
  1.20      +2 -1      ethereal/summary.c
  1.6       +3 -2      ethereal/summary.h
  1.66      +12 -3     ethereal/tethereal.c