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

Represents a group window for tracking multicast packet data. This window is defined as the state between successful group key rotations. More...

#include <decrypter.h>

Public Attributes

Tins::Timestamp start
 
Tins::Timestamp end
 
bool ended = false
 
bool decrypted = false
 
std::vector< Tins::Packet * > packets
 
std::vector< Tins::Packet * > auth_packets
 
gtk_type gtk
 

Detailed Description

Represents a group window for tracking multicast packet data. This window is defined as the state between successful group key rotations.

Member Data Documentation

◆ auth_packets

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

◆ decrypted

bool yarilo::WPA2Decrypter::group_window::decrypted = false

◆ end

Tins::Timestamp yarilo::WPA2Decrypter::group_window::end

◆ ended

bool yarilo::WPA2Decrypter::group_window::ended = false

◆ gtk

gtk_type yarilo::WPA2Decrypter::group_window::gtk

◆ packets

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

◆ start

Tins::Timestamp yarilo::WPA2Decrypter::group_window::start

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