Update hccapx format to version 4
This commit is contained in:
+3
-2
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user