Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-bugs: [Wireshark-bugs] [Bug 5949] 802.11 IE tag number 61 still decoded to "Unknown"/R

Date: Mon, 23 May 2011 14:48:18 -0700 (PDT)
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5949

--- Comment #2 from tschardt@xxxxxxxxx 2011-05-23 14:48:18 PDT ---
"Still" decode, should be changed to does not decode, there was no previous bug
report, sorry for the confusion.

Perhaps this should just display "HT Info"

Looking at the code, this is the IE is this
#define TAG_HT_INFO                  61  /* IEEE Stc 802.11n/D2.0 */

Seems like this code should add a tree item ?

epan/dissectors/packet-ieee80211.c:

7616        case TAG_HT_INFO:
7617          dissect_ht_info_ie_1_1(tree, tvb, offset + 2, tag_len);
7618          break;

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