|
Wireshark 4.7.0
The Wireshark network protocol analyzer
|
State for the first stage of display filter compilation (parsing). More...
#include <dfilter-int.h>
Public Attributes | |
| df_error_t * | error |
| unsigned | flags |
| stnode_t * | st_root |
| GPtrArray * | deprecated |
| stnode_t * | lval |
| GString * | quoted_string |
| bool | raw_string |
| df_loc_t | string_loc |
| df_loc_t | location |
State for the first stage of display filter compilation (parsing).
| GPtrArray* dfsyntax_t::deprecated |
Array of deprecated items encountered.
| df_error_t* dfsyntax_t::error |
Must be first struct field. Error state.
| unsigned dfsyntax_t::flags |
Parsing flags.
| df_loc_t dfsyntax_t::location |
Current parsing location.
| stnode_t* dfsyntax_t::lval |
Left value in the current parsing context.
| GString* dfsyntax_t::quoted_string |
Currently parsed quoted string.
| bool dfsyntax_t::raw_string |
Flag indicating if the string is raw.
| stnode_t* dfsyntax_t::st_root |
The root node of the syntax tree.
| df_loc_t dfsyntax_t::string_loc |
Location of the string in the source text.