Bug 7171

Summary: Does not report packet loss by kernel
Product: [Retired] Red Hat Linux Reporter: ongcs100
Component: tcpdumpAssignee: Harald Hoyer <harald>
Status: CLOSED NOTABUG QA Contact:
Severity: low Docs Contact:
Priority: medium    
Version: 6.1   
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 1999-12-22 14:53:07 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description ongcs100 1999-11-20 07:25:40 UTC
If the tecpdump is running bpf, it should be able to report packet loss by
the kernel.  In the tcpdump distributed with redhat ver 6.1, it only show
the packet pick up the filter.

Comment 1 Jeff Johnson 1999-12-22 14:53:59 UTC
I'm not sure what you are referring to. Can you provide more details? Thanks.

Comment 2 Pekka Savola 2000-07-12 19:32:11 UTC
He means this:
---
24673 packets received by filter
0 packets dropped by kernel
---

Unfortunately, IIRC linux pcap doesn't support that, so it isn't printed.  BPF
etc. do, but that is another story.

(it -DPACKET_STATISTICS in libpcap DEFS causes an error)