Wireshark 4.7.0
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
wimax_compact_dlmap_ie_decoder.h
1/* wimax_compact_dlmap_ie_decoder.h
2 * Declarations of routines exported by WiMax HARQ Map Message decoder
3 *
4 * Copyright (c) 2007 by Intel Corporation.
5 *
6 * Author: Lu Pan <[email protected]>
7 *
8 * Wireshark - Network traffic analyzer
9 * By Gerald Combs <[email protected]>
10 * Copyright 1999 Gerald Combs
11 *
12 * SPDX-License-Identifier: GPL-2.0-or-later
13 */
14
15#ifndef _WIMAX_COMPACT_DLMAP_IE_DECODER_H_
16#define _WIMAX_COMPACT_DLMAP_IE_DECODER_H_
17
18extern unsigned harq_mode;
19extern unsigned cid_type;
20extern unsigned band_amc_subchannel_type;
21extern unsigned num_of_broadcast_symbols;
22extern unsigned num_of_dl_band_amc_symbols;
23extern unsigned num_of_ul_band_amc_symbols;
24
35extern unsigned wimax_compact_dlmap_ie_decoder(proto_tree *tree, packet_info *pinfo, tvbuff_t *tvb, unsigned offset, unsigned nibble_offset);
36
37#endif /* _WIMAX_COMPACT_DLMAP_IE_DECODER_H_ */
Represents the metadata and indexing information for a single captured frame.
Definition packet_info.h:43
Definition proto.h:909
Core tvbuff (testy virtual buffer) structure representing a region of packet data,...
Definition tvbuff-int.h:95