Wireshark  4.3.0
The Wireshark network protocol analyzer
wimax_prefs.h
1 /* wimax_prefs.h
2  *
3  * Wireshark - Network traffic analyzer
4  * By Gerald Combs <gerald@wireshark.org>
5  * Copyright 1999 Gerald Combs
6  *
7  * SPDX-License-Identifier: GPL-2.0-or-later
8  */
9 
10 #ifndef __WIMAX_PREFS_H__
11 #define __WIMAX_PREFS_H__
12 
13 /*
14  * Preferences used in more than one source file.
15  */
16 
17 extern bool include_cor2_changes;
18 extern guint global_cid_max_basic;
19 
20 #endif