packet-iwarp-mpa: make use of tcp_dissect_pdus() to reassamble pdus
[wireshark-sm.git] / globals.h
blobb4270fcb5597cc2d5fe66f34f5f43c714b38467f
1 /* globals.h
2 * Global defines, etc.
4 * Wireshark - Network traffic analyzer
5 * By Gerald Combs <gerald@wireshark.org>
6 * Copyright 1998 Gerald Combs
8 * SPDX-License-Identifier: GPL-2.0-or-later
9 */
11 #ifndef __GLOBALS_H__
12 #define __GLOBALS_H__
14 #include "file.h"
15 #include <epan/timestamp.h>
17 #ifdef __cplusplus
18 extern "C" {
19 #endif /* __cplusplus */
21 extern capture_file cfile;
23 #ifdef __cplusplus
25 #endif /* __cplusplus */
27 #endif /* __GLOBALS_H__ */
30 * Editor modelines - https://www.wireshark.org/tools/modelines.html
32 * Local variables:
33 * c-basic-offset: 4
34 * tab-width: 8
35 * indent-tabs-mode: nil
36 * End:
38 * vi: set shiftwidth=4 tabstop=8 expandtab:
39 * :indentSize=4:tabSize=8:noTabs=true: