|
Wireshark 4.7.3
The Wireshark network protocol analyzer
|
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 |
Describes a single Wireshark configuration profile and its associated settings.
| char* profile_def::auto_switch_filter |
Display filter expression that triggers automatic switching to this profile.
| bool profile_def::is_global |
True if this is a global (read-only) profile; false if user-defined.
| char* profile_def::name |
Display name of the profile.
| char* profile_def::reference |
Reference identifier or path for the profile.