Wireshark 4.7.3
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
profile_def Struct Reference

Describes a single Wireshark configuration profile and its associated settings. More...

#include <profile.h>

Public Attributes

char * name
char * reference
bool is_global
char * auto_switch_filter

Detailed Description

Describes a single Wireshark configuration profile and its associated settings.

Member Data Documentation

◆ auto_switch_filter

char* profile_def::auto_switch_filter

Display filter expression that triggers automatic switching to this profile.

◆ is_global

bool profile_def::is_global

True if this is a global (read-only) profile; false if user-defined.

◆ name

char* profile_def::name

Display name of the profile.

◆ reference

char* profile_def::reference

Reference identifier or path for the profile.


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