Skip to content

Commit

Permalink
formatted warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
= committed Jul 31, 2024
1 parent 5e72572 commit d766eed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hcxpcapngtool.c
Original file line number Diff line number Diff line change
Expand Up @@ -945,7 +945,7 @@ if(((beaconcount + proberesponsecount) == 0) && ((associationrequestcount + reas
{
fprintf(stdout, "\nInformation: missing frames!\n"
"This dump file does not contain BEACON or PROBERESPONSE frames.\n"
"This frames contain the ESSID which is mandatory to calculate a PMK. "
"This frames contain the ESSID which is mandatory to calculate a PMK.\n"
"It always happens if the capture file was cleaned or "
"it could happen if filter options are used during capturing. "
"That makes it impossible to recover the PSK.\n");
Expand Down

0 comments on commit d766eed

Please sign in to comment.