@@ -874,19 +874,19 @@ if(eapolnccount == 0)
874874 fprintf (stdout , "EAPOL ANONCE error corrections (NC)......: not detected\n" );
875875 if (rcgapmax > 0 ) fprintf (stdout , "REPLAYCOUNT gap (measured maximum).......: %" PRIu64 "\n" , rcgapmax );
876876 }
877- if (eapolm1authlen > 0 ) fprintf (stdout , "EAPOL M1 authentication length (max).....: %" PRIu16 "\n" , eapolm1authlen );
877+ if (eapolm1authlen > 0 ) fprintf (stdout , "EAPOL M1 authentication length (max).....: %" PRIu16 " (%" PRIu16 ") \n" , eapolm1authlen , eapolm1authlen + 4 );
878878if (eapolm1count > 0 ) fprintf (stdout , "EAPOL M1 messages (total)................: %ld\n" , eapolm1count );
879879if (eapolm1kdv0count > 0 ) fprintf (stdout , "EAPOL M1 messages (KDV:0 AKM defined)....: %ld (not supported by hashcat/JtR)\n" , eapolm1kdv0count );
880- if (eapolm2authlen > 0 ) fprintf (stdout , "EAPOL M2 authentication length (max).....: %" PRIu16 "\n" , eapolm2authlen );
880+ if (eapolm2authlen > 0 ) fprintf (stdout , "EAPOL M2 authentication length (max).....: %" PRIu16 " (%" PRIu16 ") \n" , eapolm2authlen , eapolm2authlen + 4 );
881881if (eapolm2count > 0 ) fprintf (stdout , "EAPOL M2 messages (total)................: %ld\n" , eapolm2count );
882882if (eapolm2oversizedcount > 0 ) fprintf (stdout , "EAPOL M2 messages (oversized)............: %ld\n" , eapolm2oversizedcount );
883883if (eapolm2kdv0count > 0 ) fprintf (stdout , "EAPOL M2 messages (KDV:0 AKM defined)....: %ld (not supported by hashcat/JtR)\n" , eapolm2kdv0count );
884884if (eapolm2ftpskcount > 0 ) fprintf (stdout , "EAPOL M2 messages (FT using PSK).........: %ld (JtR)\n" , eapolm2ftpskcount );
885- if (eapolm3authlen > 0 ) fprintf (stdout , "EAPOL M3 authentication length (max).....: %" PRIu16 "\n" , eapolm3authlen );
885+ if (eapolm3authlen > 0 ) fprintf (stdout , "EAPOL M3 authentication length (max).....: %" PRIu16 " (%" PRIu16 ") \n" , eapolm3authlen , eapolm3authlen + 4 );
886886if (eapolm3count > 0 ) fprintf (stdout , "EAPOL M3 messages (total)................: %ld\n" , eapolm3count );
887887if (eapolm3oversizedcount > 0 ) fprintf (stdout , "EAPOL M3 messages (oversized)............: %ld\n" , eapolm3oversizedcount );
888888if (eapolm3kdv0count > 0 ) fprintf (stdout , "EAPOL M3 messages (KDV:0 AKM defined)....: %ld (not supported by hashcat/JtR)\n" , eapolm3kdv0count );
889- if (eapolm4authlen > 0 ) fprintf (stdout , "EAPOL M4 authentication length (max).....: %" PRIu16 "\n" , eapolm4authlen );
889+ if (eapolm4authlen > 0 ) fprintf (stdout , "EAPOL M4 authentication length (max).....: %" PRIu16 " (%" PRIu16 ") \n" , eapolm4authlen , eapolm4authlen + 4 );
890890if (eapolm4count > 0 ) fprintf (stdout , "EAPOL M4 messages (total)................: %ld\n" , eapolm4count );
891891if (eapolm4oversizedcount > 0 ) fprintf (stdout , "EAPOL M4 messages (oversized)............: %ld\n" , eapolm4oversizedcount );
892892if (eapolm4zeroedcount > 0 ) fprintf (stdout , "EAPOL M4 messages (zeroed NONCE).........: %ld\n" , eapolm4zeroedcount );
0 commit comments