aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
authorMartin Mathieson <martin.r.mathieson@googlemail.com>2008-06-23 10:08:13 +0000
committerMartin Mathieson <martin.r.mathieson@googlemail.com>2008-06-23 10:08:13 +0000
commitd2036aca8a926a32f409b3410afbf5bb10281d8d (patch)
treebdece482be850c801902e26fce891609670e25b8 /plugins
parent8d053ee86dc3314b2fe4628ff78a3bd3721e1932 (diff)
Try again to get labels matching function names.
svn path=/trunk/; revision=25529
Diffstat (limited to 'plugins')
-rw-r--r--plugins/wimax/msg_ulmap.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/wimax/msg_ulmap.c b/plugins/wimax/msg_ulmap.c
index b6b246f12f..1c15152ab9 100644
--- a/plugins/wimax/msg_ulmap.c
+++ b/plugins/wimax/msg_ulmap.c
@@ -1155,7 +1155,7 @@ gint CQICH_Alloc_IE(proto_tree *uiuc_tree, const guint8 *bufptr, gint offset, gi
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_300);
XBIT(data, 4, "Extended UIUC");
@@ -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), "CQICH_Alloc_IE");
+ ti = proto_tree_add_text(uiuc_tree, tvb, NIBHI(offset, length), "UL_Zone_IE");
tree = proto_item_add_subtree(ti, ett_294);
XBIT(data, 4, "Extended UIUC");