Skip to content

Commit

Permalink
added information about NC to status
Browse files Browse the repository at this point in the history
  • Loading branch information
= committed Sep 10, 2024
1 parent 59c72fe commit 82461bd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion hcxpcapngtool.c
Original file line number Diff line number Diff line change
Expand Up @@ -980,7 +980,8 @@ if(eapolm1ancount <= 1)
"This dump file does not contain enough EAPOL M1 frames.\n"
"It always happens if the capture file was cleaned or "
"it could happen if filter options are used during capturing.\n"
"That makes it impossible to calculate nonce-error-correction values.\n");
"That makes it impossible to calculate nonce-error-correction values.\n"
"https://hashcat.net/forum/thread-6361.html\n");
if(timestampdiff < 60000000000) fprintf(stdout, "Duration of the dump tool was a way too short to capture enough additional information.\n");
}
if((eapolm1count + eapolm2count + eapolm4count > 0) && (eapolm3count == 0))
Expand Down

0 comments on commit 82461bd

Please sign in to comment.