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

WinPcap: rpcap_filter Struct Reference

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

General header used for the pcap_setfilter() command; keeps just the number of BPF instructions.
More...

#include <pcap-remote.h>

Data Fields

uint16filtertype
type of the filter transferred (BPF instructions, ...)
uint16dummy
Must be zero.
uint32nitems
Number of items contained into the filter (e.g. BPF instructions for BPF filters).