Wireshark  4.3.0
The Wireshark network protocol analyzer
capture_globals.h
Go to the documentation of this file.
1 
12 #ifndef __CAPTURE_GLOBALS_H__
13 #define __CAPTURE_GLOBALS_H__
14 
15 #include "capture_opts.h"
16 
17 #ifdef __cplusplus
18 extern "C" {
19 #endif /* __cplusplus */
20 
21 extern capture_options global_capture_opts;
22 
23 #ifdef __cplusplus
24 }
25 #endif /* __cplusplus */
26 
27 #endif /* __CAPTURE_GLOBALS_H__ */
Definition: capture_opts.h:248