X-Git-Url: https://git.tcpdump.org/libpcap/blobdiff_plain/4b9a27475efdf7d25f88e6b9937ee494f21db692..806f42441a726fccd7baaa455f1af323b2585729:/pcap-linux.c diff --git a/pcap-linux.c b/pcap-linux.c index d2f7c51e..aeae6de9 100644 --- a/pcap-linux.c +++ b/pcap-linux.c @@ -1723,7 +1723,8 @@ pcap_stats_linux(pcap_t *handle, struct pcap_stat *stats) * "ps_drop" is not supported. * * "ps_ifdrop" is supported. It will return the number - * of drops the interface reports in /proc/net/dev + * of drops the interface reports in /proc/net/dev, + * if that is available. * * "ps_recv" doesn't include packets not yet read from * the kernel by libpcap.