|
Wireshark 4.7.0
The Wireshark network protocol analyzer
|
Berkeley Packet Filter (BPF) instruction. More...
#include <wtap_opttypes.h>
Public Attributes | |
| uint16_t | code |
| uint8_t | jt |
| uint8_t | jf |
| uint32_t | k |
Berkeley Packet Filter (BPF) instruction.
Represents a single BPF instruction used for packet filtering. Each instruction includes an opcode, jump targets, and a constant.
| uint16_t wtap_bpf_insn_s::code |
BPF opcode.
| uint8_t wtap_bpf_insn_s::jf |
Jump target if false.
| uint8_t wtap_bpf_insn_s::jt |
Jump target if true.
| uint32_t wtap_bpf_insn_s::k |
Constant or offset.