|
Wireshark 4.7.0
The Wireshark network protocol analyzer
|
Set of expensive logpoint tags actually referenced by a template, derived from a single pass over the format string. More...
Public Attributes | |
| bool | needs_depth |
| bool | needs_thread |
Set of expensive logpoint tags actually referenced by a template, derived from a single pass over the format string.
Used by wslua_debug_hook to skip the per-fire computation of tags the user has not asked for. The scanner walks the template once and sets exactly these flags; everything else (cheap source / line / counter values) is populated unconditionally because it has already been gathered as part of the line-hook's normal work.
| bool wslua_logpoint_tags_t::needs_depth |
{depth} appears at least once.
| bool wslua_logpoint_tags_t::needs_thread |
{thread} appears at least once.