#include <pcap.h>
Data Fields | |
u_int | ps_recv |
number of packets transited on the network | |
u_int | ps_drop |
number of packets dropped by the driver | |
u_int | ps_ifdrop |
drops by interface, not yet supported | |
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. |
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. Referenced by daemon_getstats(), daemon_serviceloop(), and rpcap_stats_remote(). |
|
drops by interface, not yet supported
Definition at line 139 of file incs/pcap.h. Referenced by daemon_getstats(), daemon_serviceloop(), and rpcap_stats_remote(). |
|
number of packets transited on the network
Definition at line 137 of file incs/pcap.h. Referenced by daemon_getstats(), daemon_serviceloop(), and rpcap_stats_remote(). |
documentation. Copyright (c) 2002-2003 Politecnico di Torino. All rights reserved.