Wireshark 4.7.0
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
Macros | Functions
dfilter-macro-uat.h File Reference

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.
 

Detailed Description

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

Function Documentation

◆ convert_old_uat_file()

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.

Parameters
app_env_var_prefixApplication environment-variable prefix used to locate the legacy UAT file (e.g. "WIRESHARK" or "STRATOSHARK").