You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are also many missing options from the newer IEEE 802.11 standard revisions/amendments (such as 802.11ah and 802.11ai). It seems that the OptionTypes enum is due for an update.
libtins/include/tins/dot11/dot11_base.h
Line 184 in fe22186
https://github.com/wireshark/wireshark/blob/00e069e6cd9d72e79f207bbb5ddc6901c6e14420/epan/dissectors/packet-ieee80211.h#L454
so CH_SWITCH_TIMING gets 103 instead of 104
to fix:
WAKEUP_SCHEDULE,
CH_SWITCH_TIMING = 104,
The text was updated successfully, but these errors were encountered: