Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

wrong "enum OptionTypes" definition #532

Open
loop333 opened this issue May 9, 2024 · 1 comment
Open

wrong "enum OptionTypes" definition #532

loop333 opened this issue May 9, 2024 · 1 comment

Comments

@loop333
Copy link

loop333 commented May 9, 2024

WAKEUP_SCHEDULE,

    WAKEUP_SCHEDULE,
    CH_SWITCH_TIMING,

https://github.com/wireshark/wireshark/blob/00e069e6cd9d72e79f207bbb5ddc6901c6e14420/epan/dissectors/packet-ieee80211.h#L454

   #define TAG_WAKEUP_SCHEDULE          102  /* IEEE Std 802.11z-2010 */
   #define TAG_CHANNEL_SWITCH_TIMING    104  /* IEEE Std 802.11z-2010 */

so CH_SWITCH_TIMING gets 103 instead of 104
to fix:
WAKEUP_SCHEDULE,
CH_SWITCH_TIMING = 104,

@loop333
Copy link
Author

loop333 commented May 11, 2024

also missed:
#define TAG_ERP_INFO_OLD 47 /* IEEE Std 802.11g/D4.0 /
#define TAG_ELEMENT_ID_EXTENSION 255 /
IEEE Std 802.11ai */

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant