|
Wireshark 4.7.0
The Wireshark network protocol analyzer
|
Describes a syntax tree node type, including its lifecycle and serialization callbacks. More...
#include <syntax-tree.h>
Public Attributes | |
| sttype_id_t | id |
| STTypeNewFunc | func_new |
| STTypeFreeFunc | func_free |
| STTypeDupFunc | func_dup |
| STTypeToStrFunc | func_tostr |
Describes a syntax tree node type, including its lifecycle and serialization callbacks.
| STTypeDupFunc sttype_t::func_dup |
Copy constructor: deep-duplicates type data
| STTypeFreeFunc sttype_t::func_free |
Destructor: releases type data
| STTypeNewFunc sttype_t::func_new |
Constructor: allocates and initializes type data
| STTypeToStrFunc sttype_t::func_tostr |
Serializer: converts type data to a string
| sttype_id_t sttype_t::id |
Unique type identifier from sttype_id_t