Wireshark 4.5.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
13void wimax_proto_register_wimax_cdma(void);
14void wimax_proto_register_wimax_compact_dlmap_ie(void);
15void wimax_proto_register_wimax_compact_ulmap_ie(void);
16void wimax_proto_register_wimax_fch(void);
17void wimax_proto_register_wimax_ffb(void);
18void wimax_proto_register_wimax_hack(void);
19void wimax_proto_register_wimax_harq_map(void);
20void wimax_proto_register_wimax_pdu(void);
21void wimax_proto_register_wimax_phy_attributes(void);
22void wimax_proto_register_wimax_utility_decoders(void);
23void wimax_proto_register_mac_header_generic(void);
24void wimax_proto_register_mac_header_type_1(void);
25void wimax_proto_register_mac_header_type_2(void);
26
27void wimax_proto_reg_handoff_wimax_pdu(void);
28void wimax_proto_reg_handoff_mac_header_generic(void);
29
30#endif