|
Wireshark 4.7.0
The Wireshark network protocol analyzer
|
Associates a configuration profile name with a compiled display-filter program used to trigger an automatic profile switch. More...
#include <profile_switcher.h>
Public Attributes | |
| QString | name |
| dfilter_t * | dfcode |
Associates a configuration profile name with a compiled display-filter program used to trigger an automatic profile switch.
| dfilter_t* profile_switch_filter::dfcode |
Compiled display-filter program that, when matched, triggers the switch.
| QString profile_switch_filter::name |
Name of the configuration profile to switch to.