Go through the tcpdump man page here.
It seems that the kernel can drop packets if the buffer is full. I was wondering if
1) this size is customizable and / or 2) Where can I see the size of my distribution?
From the man page (for convenience):
`` drop by kernel '' packages (this is the number of packages that were removed due to lack of buffer space by the packet capture mechanism in the OS running tcpdump, if the OS reports this information to applications, and if not, it will be reported like 0).
source
share