Ethereal-dev: Re: [ethereal-dev] Re: Packet Sniffer Package

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: Guy Harris <gharris@xxxxxxxxxxxx>
Date: Fri, 3 Mar 2000 22:46:15 -0800
> Of course, I don't know whether on a *really* busy system - too busy to
> even drain the device's ring buffer in the interrupt handler - packets
> dropped because they arrive when the device's ring buffer is filled are
> counted, or if the device even tells you how many devices are dropped
> due to that, so perhaps nobody does a *perfect* job.

libpcap has a separate statistic that I infer is intended to count
those:

	u_int ps_ifdrop;        /* drops by interface XXX not yet supported */

but, well, as it says, "XXX not yet supported"....