mfontanini / libtins

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

Get Mac Address Under make_wpa2_decrypter_proxy handler #355

Open dove1413 opened 5 years ago

dove1413 commented 5 years ago

I'm trying to Get Mac Address under make_wpa2_decrypter_proxy handler, I was thinking to get it from EthernetII PDU or Dot11Beacon PDU, But turns out under the handler, The Base PDU is SNAP and then IP, TCP/UDP things, I couldn't get Mac from those PDUs, Any Insight?