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

Represents a saved display filter expression entry with a label, filter string, and enabled state. More...

#include <filter_expressions.h>

Public Attributes

char * label
 
char * expression
 
char * comment
 
bool enabled
 

Detailed Description

Represents a saved display filter expression entry with a label, filter string, and enabled state.

Member Data Documentation

◆ comment

char* filter_expression::comment

Optional description providing additional context about the filter expression.

◆ enabled

bool filter_expression::enabled

Whether this filter expression is active; may be toggled via the Preferences Dialog.

◆ expression

char* filter_expression::expression

The display filter string to be applied when this expression is activated.

◆ label

char* filter_expression::label

Short human-readable label used to identify the filter expression in the UI.


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