#include <pcap.h>
Data Fields | |
u_int | ps_recv |
number of packets transited on the network. More... | |
u_int | ps_drop |
number of packets dropped by the driver. More... | |
u_int | ps_ifdrop |
drops by interface, not yet supported. More... | |
u_int | bs_capt |
Win32 specific. number of packets captured, i.e number of packets that are accepted by the filter, that find place in the kernel buffer and therefore that actually reach the application. For backward compatibility, pcap_stats() does not fill this member, so use pcap_stats_ex() to get it. More... |
As returned by the pcap_stats()
Definition at line 136 of file incs/pcap.h.
|
Win32 specific. number of packets captured, i.e number of packets that are accepted by the filter, that find place in the kernel buffer and therefore that actually reach the application. For backward compatibility, pcap_stats() does not fill this member, so use pcap_stats_ex() to get it.
Definition at line 141 of file incs/pcap.h. |
|
number of packets dropped by the driver.
Definition at line 138 of file incs/pcap.h. |
|
drops by interface, not yet supported.
Definition at line 139 of file incs/pcap.h. |
|
number of packets transited on the network.
Definition at line 137 of file incs/pcap.h. |
documentation. Copyright (c) 2002 Politecnico di Torino. All rights reserved.