#include <pcap-remote.h>
| Data Fields | |
| uint32 | ifrecv | 
| Packets received by the kernel filter (i.e. pcap_stats.ps_recv). | |
| uint32 | ifdrop | 
| Packets dropped by the network interface (e.g. not enough buffers) (i.e. pcap_stats.ps_ifdrop). | |
| uint32 | krnldrop | 
| Packets dropped by the kernel filter (i.e. pcap_stats.ps_drop). | |
| uint32 | svrcapt | 
| Packets captured by the RPCAP daemon and sent on the network. | |
Definition at line 256 of file pcap-remote.h.
| 
 | 
| Packets dropped by the network interface (e.g. not enough buffers) (i.e. pcap_stats.ps_ifdrop). 
 Definition at line 259 of file pcap-remote.h. Referenced by daemon_getstats(), and daemon_getstatsnopcap(). | 
| 
 | 
| Packets received by the kernel filter (i.e. pcap_stats.ps_recv). 
 Definition at line 258 of file pcap-remote.h. Referenced by daemon_getstats(), and daemon_getstatsnopcap(). | 
| 
 | 
| Packets dropped by the kernel filter (i.e. pcap_stats.ps_drop). 
 Definition at line 260 of file pcap-remote.h. Referenced by daemon_getstats(), and daemon_getstatsnopcap(). | 
| 
 | 
| Packets captured by the RPCAP daemon and sent on the network. 
 Definition at line 261 of file pcap-remote.h. Referenced by daemon_getstats(), and daemon_getstatsnopcap(). | 
 documentation. Copyright (c) 2002-2003 Politecnico di Torino. All rights reserved.
documentation. Copyright (c) 2002-2003 Politecnico di Torino. All rights reserved.