Zigbee ZCL: Improve Thermostat Cluster support
[wireshark.git] / globals.h
blob0fd3ba6ebd6ed4f7cf5533fc87bf956cbfb8acd9
1 /** @file
3 * Global defines, etc.
5 * Wireshark - Network traffic analyzer
6 * By Gerald Combs <gerald@wireshark.org>
7 * Copyright 1998 Gerald Combs
9 * SPDX-License-Identifier: GPL-2.0-or-later
12 #ifndef __GLOBALS_H__
13 #define __GLOBALS_H__
15 #include "file.h"
16 #include <epan/timestamp.h>
18 #ifdef __cplusplus
19 extern "C" {
20 #endif /* __cplusplus */
22 extern capture_file cfile;
24 #ifdef __cplusplus
26 #endif /* __cplusplus */
28 #endif /* __GLOBALS_H__ */
31 * Editor modelines - https://www.wireshark.org/tools/modelines.html
33 * Local variables:
34 * c-basic-offset: 4
35 * tab-width: 8
36 * indent-tabs-mode: nil
37 * End:
39 * vi: set shiftwidth=4 tabstop=8 expandtab:
40 * :indentSize=4:tabSize=8:noTabs=true: