|
Wireshark 4.7.0
The Wireshark network protocol analyzer
|
Go to the source code of this file.
Macros | |
| #define | DFILTER_MACRO_FILENAME "dfilter_macros" |
Functions | |
| void | convert_old_uat_file (const char *app_env_var_prefix) |
| One-shot migration helper for the legacy dfilter_macros UAT file. | |
Wireshark - Network traffic analyzer By Gerald Combs geral.nosp@m.d@wi.nosp@m.resha.nosp@m.rk.o.nosp@m.rg Copyright 2001 Gerald Combs
SPDX-License-Identifier: GPL-2.0-or-later
| void convert_old_uat_file | ( | const char * | app_env_var_prefix | ) |
One-shot migration helper for the legacy dfilter_macros UAT file.
Reads the old UAT-based macro definitions and writes them to the new "dmacros" configuration file format. This translation unit exists solely for that migration path and should be removed once the transition period has ended.
| app_env_var_prefix | Application environment-variable prefix used to locate the legacy UAT file (e.g. "WIRESHARK" or "STRATOSHARK"). |