WinPcap  4.1.3
Data Fields

Structure that keeps the statistics about the number of packets captured, dropped, etc. More...

#include <pcap-remote.h>

Data Fields

uint32 ifrecv
 Packets received by the kernel filter (i.e. pcap_stats.ps_recv) More...
 
uint32 ifdrop
 Packets dropped by the network interface (e.g. not enough buffers) (i.e. pcap_stats.ps_ifdrop) More...
 
uint32 krnldrop
 Packets dropped by the kernel filter (i.e. pcap_stats.ps_drop) More...
 
uint32 svrcapt
 Packets captured by the RPCAP daemon and sent on the network. More...
 

Detailed Description

Structure that keeps the statistics about the number of packets captured, dropped, etc.

Definition at line 259 of file pcap-remote.h.

Field Documentation

◆ ifdrop

uint32 ifdrop

Packets dropped by the network interface (e.g. not enough buffers) (i.e. pcap_stats.ps_ifdrop)

Definition at line 262 of file pcap-remote.h.

◆ ifrecv

uint32 ifrecv

Packets received by the kernel filter (i.e. pcap_stats.ps_recv)

Definition at line 261 of file pcap-remote.h.

◆ krnldrop

uint32 krnldrop

Packets dropped by the kernel filter (i.e. pcap_stats.ps_drop)

Definition at line 263 of file pcap-remote.h.

◆ svrcapt

uint32 svrcapt

Packets captured by the RPCAP daemon and sent on the network.

Definition at line 264 of file pcap-remote.h.


The documentation for this struct was generated from the following file:

documentation. Copyright (c) 2002-2005 Politecnico di Torino. Copyright (c) 2005-2010 CACE Technologies. Copyright (c) 2010-2013 Riverbed Technology. All rights reserved.