Wireshark 4.7.0
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
wimax-int.h
1/* wimax-int.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_INT_H__
11#define __WIMAX_INT_H__
12
13extern int proto_wimax;
14
15extern bool first_gmh; /* defined in wimax_pdu_decoder.c */
16
17extern int8_t arq_enabled; /* declared in packet-wmx.c */
18extern int scheduling_service_type; /* declared in packet-wmx.c */
19extern int mac_sdu_length; /* declared in packet-wmx.c */
20
21extern address bs_address; /* declared in packet-wmx.c */
22extern unsigned max_logical_bands; /* declared in wimax_compact_dlmap_ie_decoder.c */
23
27void wimax_proto_register_wimax_cdma(void);
28
32void wimax_proto_register_wimax_compact_dlmap_ie(void);
33
37void wimax_proto_register_wimax_compact_ulmap_ie(void);
38
42void wimax_proto_register_wimax_fch(void);
43
47void wimax_proto_register_wimax_ffb(void);
48
56void wimax_proto_register_wimax_hack(void);
57
63void wimax_proto_register_wimax_harq_map(void);
64
70void wimax_proto_register_wimax_pdu(void);
71
77void wimax_proto_register_wimax_phy_attributes(void);
78
82void wimax_proto_register_wimax_utility_decoders(void);
83
90void wimax_proto_register_mac_header_generic(void);
91
95void wimax_proto_register_mac_header_type_1(void);
96
103void wimax_proto_register_mac_header_type_2(void);
104
110void wimax_proto_reg_handoff_wimax_pdu(void);
111
118void wimax_proto_reg_handoff_mac_header_generic(void);
119
120#endif
Holds a network or link-layer address of any supported type.
Definition address.h:62