more packet-kerberos...
[metze/wireshark/wip.git] / globals.h
1 /* globals.h
2  * Global defines, etc.
3  *
4  * Wireshark - Network traffic analyzer
5  * By Gerald Combs <gerald@wireshark.org>
6  * Copyright 1998 Gerald Combs
7  *
8  * SPDX-License-Identifier: GPL-2.0-or-later
9  */
10
11 #ifndef __GLOBALS_H__
12 #define __GLOBALS_H__
13
14 #include "file.h"
15 #include <epan/timestamp.h>
16
17 #ifdef __cplusplus
18 extern "C" {
19 #endif /* __cplusplus */
20
21 extern capture_file cfile;
22
23 #ifdef __cplusplus
24 }
25 #endif /* __cplusplus */
26
27 #endif /* __GLOBALS_H__ */
28
29 /*
30  * Editor modelines  -  http://www.wireshark.org/tools/modelines.html
31  *
32  * Local variables:
33  * c-basic-offset: 4
34  * tab-width: 8
35  * indent-tabs-mode: nil
36  * End:
37  *
38  * vi: set shiftwidth=4 tabstop=8 expandtab:
39  * :indentSize=4:tabSize=8:noTabs=true:
40  */