As a user, I want the system to decode the raw bytes of captured frames, So that I can specifically identify Deauthentication (0xC0) frames and their source MAC address.
Definition of Done:
C structure mapped to raw bytes (Header parsing).
Logic to extract Frame Control and Source/Dest MAC addresses.
Specific filter for subtype 0xC0 (Deauth) and 0xA0 (Disassoc).
Size: 2 MD
As a user, I want the system to decode the raw bytes of captured frames, So that I can specifically identify Deauthentication (0xC0) frames and their source MAC address.
Definition of Done:
C structure mapped to raw bytes (Header parsing).
Logic to extract Frame Control and Source/Dest MAC addresses.
Specific filter for subtype 0xC0 (Deauth) and 0xA0 (Disassoc).
Size: 2 MD