Update hccapx format to version 4

This commit is contained in:
jsteube
2017-02-21 20:07:18 +01:00
parent 2dd027af65
commit 9b08d4af0f
4 changed files with 10 additions and 9 deletions
+3 -2
View File
@@ -177,7 +177,7 @@ typedef struct wpa
u32 pke[25];
u32 eapol[64 + 16];
u16 eapol_len;
u8 authenticated;
u8 message_pair;
u8 keyver;
u8 orig_mac_ap[6];
u8 orig_mac_sta[6];
@@ -812,6 +812,7 @@ typedef struct struct_psafe2_hdr
} psafe2_hdr;
#define HCCAPX_VERSION 4
#define HCCAPX_SIGNATURE 0x58504348 // HCPX
// this is required to force mingw to accept the packed attribute
@@ -821,7 +822,7 @@ struct hccapx
{
u32 signature;
u32 version;
u8 authenticated;
u8 message_pair;
u8 essid_len;
u8 essid[32];
u8 keyver;