ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

Wireshark-bugs: [Wireshark-bugs] [Bug 2548] wimax UL-MAP ext IE decode error

Date: Mon, 23 Jun 2008 02:48:26 -0700 (PDT)
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2548





--- Comment #11 from Frank Wang <frank.wang@xxxxxxxxxxx>  2008-06-23 02:48:25 PDT ---

something wrong with the checkin.

we should change line 1158 

from

     ti = proto_tree_add_text(uiuc_tree, tvb, NIBHI(offset, length),
"UL_ZONE_IE");

to

     ti = proto_tree_add_text(uiuc_tree, tvb, NIBHI(offset, length),
"CQICH_Alloc_IE");

not line 1227.

the function name and the label should match.

see my patch, it is

diff Copy of wimax/msg_ulmap.c wimax/msg_ulmap.c
1158c1158
<     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");


-- 
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.