]> The Tcpdump Group git mirrors - libpcap/commit
ps_ifdrop is the number of packets dropped by the interface and not even
authorguy <guy>
Tue, 23 Dec 2008 19:05:48 +0000 (19:05 +0000)
committerguy <guy>
Tue, 23 Dec 2008 19:05:48 +0000 (19:05 +0000)
commitbba23e3da59f270648a069f63df83a74c8d75f45
tree1705bb71feb5af6c49bd451c04072345ddb0170d
parent0de9eac27426cb20b2eca65455806fe552f2844b
ps_ifdrop is the number of packets dropped by the interface and not even
handed to the host; ps_drop is the number of packets dropped by the
capture mechanism because it ran out of buffer space.  We don't know the
former, so set it to 0; we *do* know the latter, but it's ps_drop, not
ps_ifdrop.
pcap-usb-linux.c