3 * Capture-related globals.
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 __CAPTURE_GLOBALS_H__
13 #define __CAPTURE_GLOBALS_H__
15 #include "capture_opts.h"
19 #endif /* __cplusplus */
21 extern capture_options global_capture_opts
;
25 #endif /* __cplusplus */
27 #endif /* __CAPTURE_GLOBALS_H__ */