From 90aa960580bf0c73cab1a474b595a96548136edf Mon Sep 17 00:00:00 2001 From: ZeroBeat Date: Sun, 1 Sep 2019 23:28:25 +0200 Subject: [PATCH] fixed bug in status output on AP-LESS handshake --- hcxdumptool.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hcxdumptool.c b/hcxdumptool.c index 0fe5db3c4..139460a96 100644 --- a/hcxdumptool.c +++ b/hcxdumptool.c @@ -1673,7 +1673,7 @@ if(eapauth->type == EAPOL_KEY) { if((statusout & STATUS_EAPOL) == STATUS_EAPOL) { - printtimenet(macfrx->addr1, macfrx->addr1); + printtimenet(macfrx->addr2, macfrx->addr1); apzeiger = getessid(macfrx->addr1); if(apzeiger != NULL) {