Wireshark  4.3.0
The Wireshark network protocol analyzer
wimax_compact_ulmap_ie_decoder.h
1 /* wimax_compact_ulmap_ie_decoder.h
2  * WiMax HARQ Map Message decoder
3  *
4  * Copyright (c) 2007 by Intel Corporation.
5  *
6  * Author: Lu Pan <lu.pan@intel.com>
7  *
8  * Wireshark - Network traffic analyzer
9  * By Gerald Combs <gerald@wireshark.org>
10  * Copyright 1999 Gerald Combs
11  *
12  * SPDX-License-Identifier: GPL-2.0-or-later
13  */
14 
15 #ifndef _WIMAX_COMPACT_ULMAP_IE_DECODER_H_
16 #define _WIMAX_COMPACT_ULMAP_IE_DECODER_H_
17 
18 extern guint wimax_compact_ulmap_ie_decoder(proto_tree *tree, packet_info *pinfo, tvbuff_t *tvb, guint offset, guint nibble_offset);
19 
20 #endif /* _WIMAX_COMPACT_ULMAP_IE_DECODER_H_ */
Definition: packet_info.h:44
Definition: proto.h:904
Definition: tvbuff-int.h:35