3 * Wireshark - Network traffic analyzer
4 * By Gerald Combs <gerald@wireshark.org>
5 * Copyright 2001 Gerald Combs
7 * SPDX-License-Identifier: GPL-2.0-or-later
10 #ifndef _DFILTER_MACRO_UAT_H
11 #define _DFILTER_MACRO_UAT_H
13 #define DFILTER_MACRO_FILENAME "dfilter_macros"
17 #endif /* __cplusplus */
20 * This file is only used to migrate the dfilter_macros UAT file to the
21 * new "dmacros" configuration file. It should be removed eventually.
24 void convert_old_uat_file(void);
28 #endif /* __cplusplus */
30 #endif /* _DFILTER_MACRO_UAT_H */