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

WinPcap: rpcap_filterbpf_insn Struct Reference

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

Structure that keeps a single BPF instuction; it is repeated 'ninsn' times according to the 'rpcap_filterbpf' header.
More...

#include <pcap-remote.h>

Data Fields

uint16code
opcode of the instuction
uint8jt
relative offset to jump to in case of 'true'
uint8jf
relative offset to jump to in case of 'false'
int32k
instruction-dependent value