|
Wireshark 4.7.0
The Wireshark network protocol analyzer
|
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 |
Represents a saved display filter expression entry with a label, filter string, and enabled state.
| char* filter_expression::comment |
Optional description providing additional context about the filter expression.
| bool filter_expression::enabled |
Whether this filter expression is active; may be toggled via the Preferences Dialog.
| char* filter_expression::expression |
The display filter string to be applied when this expression is activated.
| char* filter_expression::label |
Short human-readable label used to identify the filter expression in the UI.