|
Wireshark 4.7.0
The Wireshark network protocol analyzer
|
Represents a single instruction in the display filter virtual machine (DFVM). More...
#include <dfvm.h>
Public Attributes | |
| int | id |
| dfvm_opcode_t | op |
| dfvm_value_t * | arg1 |
| dfvm_value_t * | arg2 |
| dfvm_value_t * | arg3 |
Represents a single instruction in the display filter virtual machine (DFVM).
| dfvm_value_t* dfvm_insn_t::arg1 |
First operand of the instruction, or NULL if unused.
| dfvm_value_t* dfvm_insn_t::arg2 |
Second operand of the instruction, or NULL if unused.
| dfvm_value_t* dfvm_insn_t::arg3 |
Third operand of the instruction, or NULL if unused.
| int dfvm_insn_t::id |
Unique identifier (index) of the instruction within the DFVM program.
| dfvm_opcode_t dfvm_insn_t::op |
Opcode specifying the operation this instruction performs.