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

no type named 'EAPEXPANDED' #498

Open
prog900 opened this issue Feb 22, 2023 · 1 comment
Open

no type named 'EAPEXPANDED' #498

prog900 opened this issue Feb 22, 2023 · 1 comment

Comments

@prog900
Copy link

prog900 commented Feb 22, 2023

Hello
Previously, I used the linbtins library version 4.1 for parsing 802.11 packets.
Now I wanted to update the library version to 4.4.
But when I tried to compile the old code of my program with the new version of the libtins 4.4 library, I got an error -

In file included from /home/eugene/Projects/wifi_project/src/main.cpp:3:
/home/eugene/Projects/wifi_project/src/packetanalyzer.h:147:77: error: no type named 'EAPEXPANDED' in namespace 'Tins'
    void analyze(const Tins::RadioTap&, const Tins::Dot11Data*, const Tins::EAPEXPANDED*);
                                                                      ~~~~~~^
1 error generated.

How to fix this error?

@prog900
Copy link
Author

prog900 commented Feb 22, 2023

And one more question.
Does Libtins have an 802.11 mode detection function based on management frame data? ( a/b/g/n/ac or ax)

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