epan/dissectors/pidl/ C99 drsuapi
[wireshark-sm.git] / plugins / epan / wimax / wimax-int.h
blobeff30418e5407b0e152d21a7c57b440692807089
1 /* wimax-int.h
3 * Wireshark - Network traffic analyzer
4 * By Gerald Combs <gerald@wireshark.org>
5 * Copyright 1999 Gerald Combs
7 * SPDX-License-Identifier: GPL-2.0-or-later
8 */
10 #ifndef __WIMAX_INT_H__
11 #define __WIMAX_INT_H__
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);
27 void wimax_proto_reg_handoff_wimax_pdu(void);
28 void wimax_proto_reg_handoff_mac_header_generic(void);
30 #endif