|
Wireshark 4.7.0
The Wireshark network protocol analyzer
|
A single node instance in the display filter syntax tree. More...
#include <syntax-tree.h>
Public Attributes | |
| sttype_t * | type |
| void * | data |
| char * | repr_token |
| char * | repr_display |
| char * | repr_debug |
| df_loc_t | location |
| uint16_t | flags |
A single node instance in the display filter syntax tree.
| void* stnode::data |
Type-specific payload managed by sttype_t callbacks
| uint16_t stnode::flags |
Bitmask of STFLAG_* flags (e.g., STFLAG_UNPARSED)
| df_loc_t stnode::location |
Source location (offset/length) of this node in the filter string
| char* stnode::repr_debug |
Internal debug representation of this node
| char* stnode::repr_display |
Human-readable display representation of this node
| char* stnode::repr_token |
Raw source token string as it appeared in the filter expression
| sttype_t* stnode::type |
Pointer to the type descriptor for this node