Yarilo v0.9.9
WPA2 Decrypter & Packet Analyzer
Loading...
Searching...
No Matches
yarilo::WPA2Decrypter::client_window Struct Reference

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
 

Detailed Description

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.

Member Data Documentation

◆ auth_packets

std::vector<Tins::Packet *> yarilo::WPA2Decrypter::client_window::auth_packets

◆ client

MACAddress yarilo::WPA2Decrypter::client_window::client

◆ decrypted

bool yarilo::WPA2Decrypter::client_window::decrypted = false

◆ end

Tins::Timestamp yarilo::WPA2Decrypter::client_window::end

◆ ended

bool yarilo::WPA2Decrypter::client_window::ended = false

◆ packets

std::vector<Tins::Packet *> yarilo::WPA2Decrypter::client_window::packets

◆ ptk

ptk_type yarilo::WPA2Decrypter::client_window::ptk

◆ start

Tins::Timestamp yarilo::WPA2Decrypter::client_window::start

The documentation for this struct was generated from the following file: