目录
当前位置: 首页 > 文档资料 > WinPcap 中文手册 >

WinPcap: rpcap_stats Struct Reference

优质
小牛编辑
127浏览
2023-12-01

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

#include <pcap-remote.h>

Data Fields

uint32ifrecv
Packets received by the kernel filter (i.e. pcap_stats.ps_recv).
uint32ifdrop
Packets dropped by the network interface (e.g. not enough buffers) (i.e. pcap_stats.ps_ifdrop).
uint32krnldrop
Packets dropped by the kernel filter (i.e. pcap_stats.ps_drop).
uint32svrcapt
Packets captured by the RPCAP daemon and sent on the network.