Wireshark  4.3.0
The Wireshark network protocol analyzer
wimax-int.h
1 /* wimax-int.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_INT_H__
11 #define __WIMAX_INT_H__
12 
13 void wimax_proto_register_wimax_cdma(void);
14 void wimax_proto_register_wimax_compact_dlmap_ie(void);
15 void wimax_proto_register_wimax_compact_ulmap_ie(void);
16 void wimax_proto_register_wimax_fch(void);
17 void wimax_proto_register_wimax_ffb(void);
18 void wimax_proto_register_wimax_hack(void);
19 void wimax_proto_register_wimax_harq_map(void);
20 void wimax_proto_register_wimax_pdu(void);
21 void wimax_proto_register_wimax_phy_attributes(void);
22 void wimax_proto_register_wimax_utility_decoders(void);
23 void wimax_proto_register_mac_header_generic(void);
24 void wimax_proto_register_mac_header_type_1(void);
25 void wimax_proto_register_mac_header_type_2(void);
26 
27 void wimax_proto_reg_handoff_wimax_pdu(void);
28 void wimax_proto_reg_handoff_mac_header_generic(void);
29 
30 #endif