Wireshark 4.7.0
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
Public Attributes | List of all members
wslua_logpoint_tags_t Struct Reference

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
 

Detailed Description

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.

Member Data Documentation

◆ needs_depth

bool wslua_logpoint_tags_t::needs_depth

{depth} appears at least once.

◆ needs_thread

bool wslua_logpoint_tags_t::needs_thread

{thread} appears at least once.


The documentation for this struct was generated from the following file: