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.