Revert "TODO epan/dissectors/asn1/kerberos/packet-kerberos-template.c new GSS flags"
[wireshark-sm.git] / epan / dfilter / dfilter-macro-uat.h
blobf02cb0f1c222c7cb52d6875069dac332fbd43900
1 /** @file
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
8 */
10 #ifndef _DFILTER_MACRO_UAT_H
11 #define _DFILTER_MACRO_UAT_H
13 #define DFILTER_MACRO_FILENAME "dfilter_macros"
15 #ifdef __cplusplus
16 extern "C" {
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);
26 #ifdef __cplusplus
28 #endif /* __cplusplus */
30 #endif /* _DFILTER_MACRO_UAT_H */