Wireshark 4.5.0
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
wimax_prefs.h
1/* wimax_prefs.h
2 *
3 * Wireshark - Network traffic analyzer
4 * By Gerald Combs <[email protected]>
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
17extern bool include_cor2_changes;
18extern unsigned global_cid_max_basic;
19
20#endif