mfontanini / libtins

High-level, multiplatform C++ network packet sniffing and crafting library.
http://libtins.github.io/
BSD 2-Clause "Simplified" License
1.91k stars 377 forks source link

How to capture identity of EAPOL frame? #387

Open JamesWRC opened 4 years ago

JamesWRC commented 4 years ago

Hi there,

Just wondering if it is possible to get the identity from EAPOL frame? I am capturing the EAPOL frames, however am unsure of how to extract the identity of the user. I am able to do it in scary, however was wondering how to do it in libtins.

Thanks