wimax_compact_ulmap_ie_decoder() is used outside of wimax_compact_ulmap_ie_decoder.c

svn path=/trunk/; revision=54533
This commit is contained in:
Pascal Quantin 2014-01-01 14:29:16 +00:00
parent 28a2511506
commit e504cf945b
1 changed files with 1 additions and 1 deletions

View File

@ -377,7 +377,7 @@ static gint hf_extended_uiuc_ie_unknown_uiuc = -1;
#define COMPACT_UL_MAP_TYPE_EXTENSION 7
/* Compact UL-MAP IE decoder */
static guint wimax_compact_ulmap_ie_decoder(proto_tree *tree, packet_info *pinfo, tvbuff_t *tvb, guint offset, guint nibble_offset)
guint wimax_compact_ulmap_ie_decoder(proto_tree *tree, packet_info *pinfo, tvbuff_t *tvb, guint offset, guint nibble_offset)
{
guint uiuc, byte, length = 0;
guint ul_map_type;