Skip to content

Commit

Permalink
better NC recommendation
Browse files Browse the repository at this point in the history
  • Loading branch information
= committed Nov 12, 2023
1 parent 8d20188 commit 3689583
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 @@ -782,7 +782,7 @@ if(rcgapmax > 1024) rcgapmax = 1024;
if((eapolnccount > 0) && (eapolmpcount > 0))
{
printf ("EAPOL ANONCE error corrections (NC)......: working\n");
if(rcgapmax > 0) fprintf(stdout, "REPLAYCOUNT gap (suggested NC)...........: %" PRIu64 "\n", rcgapmax);
if(rcgapmax > 0) fprintf(stdout, "REPLAYCOUNT gap (suggested NC)...........: %" PRIu64 "\n", (rcgapmax *2 +1));
if(rcgapmax == 0) fprintf(stdout, "REPLAYCOUNT gap (recommended NC).........: 8\n");
}
if(eapolnccount == 0)
Expand Down

0 comments on commit 3689583

Please sign in to comment.