![]() |
Yarilo
v0.9
WPA2 Decrypter & Packet Analyzer
|
Represents a client window for tracking packet data within an encryption window. This window is defined as the state between successful 4-way handshakes between the supplicant (client) and the authenticator. More...
#include <decrypter.h>
Public Attributes | |
| Tins::Timestamp | start |
| Tins::Timestamp | end |
| bool | ended = false |
| bool | decrypted = false |
| MACAddress | client |
| std::vector< Tins::Packet * > | packets |
| std::vector< Tins::Packet * > | auth_packets |
| ptk_type | ptk |
Represents a client window for tracking packet data within an encryption window. This window is defined as the state between successful 4-way handshakes between the supplicant (client) and the authenticator.
| std::vector<Tins::Packet *> yarilo::WPA2Decrypter::client_window::auth_packets |
| MACAddress yarilo::WPA2Decrypter::client_window::client |
| bool yarilo::WPA2Decrypter::client_window::decrypted = false |
| Tins::Timestamp yarilo::WPA2Decrypter::client_window::end |
| bool yarilo::WPA2Decrypter::client_window::ended = false |
| std::vector<Tins::Packet *> yarilo::WPA2Decrypter::client_window::packets |
| ptk_type yarilo::WPA2Decrypter::client_window::ptk |
| Tins::Timestamp yarilo::WPA2Decrypter::client_window::start |