Skip to content

Commit

Permalink
fixed bug in status output on AP-LESS handshake
Browse files Browse the repository at this point in the history
  • Loading branch information
ZerBea committed Sep 1, 2019
1 parent a88ec4b commit 90aa960
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hcxdumptool.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
Expand Down

0 comments on commit 90aa960

Please sign in to comment.