mirror of
https://github.com/vanhoefm/fragattacks.git
synced 2025-02-17 17:43:06 -05:00
wlantest: Show encrypted version on injected frame in debug
This commit is contained in:
parent
b21e2c84f1
commit
902621e2b0
@ -256,6 +256,7 @@ static int wlantest_inject_prot(struct wlantest *wt, struct wlantest_bss *bss,
|
||||
if (crypt == NULL)
|
||||
return -1;
|
||||
|
||||
wpa_hexdump(MSG_DEBUG, "Inject frame (encrypted)", crypt, crypt_len);
|
||||
ret = inject_frame(wt->monitor_sock, crypt, crypt_len);
|
||||
os_free(crypt);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user