A BPF pseudo-assembly program. More...
#include <Packet32.h>
Public Attributes | |
struct bpf_insn * | bf_insns |
A pointer to the first instruction of the program. More... | |
u_int | bf_len |
UINT | bf_len |
Indicates the number of instructions of the program, i.e. the number of struct bpf_insn that will follow. More... | |
A BPF pseudo-assembly program.
The program will be injected in the kernel by the PacketSetBPF() function and applied to every incoming packet.
Definition at line 108 of file Packet32.h.