aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/wimax/msg_ulmap.c
diff options
context:
space:
mode:
authorMartin Mathieson <martin.r.mathieson@googlemail.com>2008-06-23 09:24:32 +0000
committerMartin Mathieson <martin.r.mathieson@googlemail.com>2008-06-23 09:24:32 +0000
commit8d053ee86dc3314b2fe4628ff78a3bd3721e1932 (patch)
treeda7170687e5a861164b72b2793caa0c80b70c42a /plugins/wimax/msg_ulmap.c
parent1c1da758bf4840b7f7dc5ae34a2bc1cb5807974d (diff)
Fix wimax UL-MAP ext IE decode error.
From Frank Wang (bug 2548). svn path=/trunk/; revision=25528
Diffstat (limited to 'plugins/wimax/msg_ulmap.c')
-rw-r--r--plugins/wimax/msg_ulmap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/wimax/msg_ulmap.c b/plugins/wimax/msg_ulmap.c
index b6f507ada5..b6b246f12f 100644
--- a/plugins/wimax/msg_ulmap.c
+++ b/plugins/wimax/msg_ulmap.c
@@ -1224,7 +1224,7 @@ gint UL_Zone_IE(proto_tree *uiuc_tree, const guint8 *bufptr, gint offset, gint l
bit = NIB_TO_BIT(offset);
- ti = proto_tree_add_text(uiuc_tree, tvb, NIBHI(offset, length), "UL_ZONE_IE");
+ ti = proto_tree_add_text(uiuc_tree, tvb, NIBHI(offset, length), "CQICH_Alloc_IE");
tree = proto_item_add_subtree(ti, ett_294);
XBIT(data, 4, "Extended UIUC");