Skip to content

Commit

Permalink
added delimter (tab)
Browse files Browse the repository at this point in the history
  • Loading branch information
= committed Jun 17, 2024
1 parent 9a06474 commit eacafe1
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 @@ -2220,7 +2220,7 @@ for(zeigerhs = zeigerhsakt; zeigerhs < handshakelistptr; zeigerhs++)
if(addtimestampflag == false) fprintf(fh_pmkideapol, "*%02x\n", zeigerhs->status);
else
{
fprintf(fh_pmkideapol, "*%02x\t%s %" PRIu64 "\t", zeigerhs->status, timestringhs, zeigerhs->timestampgap);
fprintf(fh_pmkideapol, "*%02x\t%s\t%" PRIu64 "\t", zeigerhs->status, timestringhs, zeigerhs->timestampgap);
if((zeigerhs->status & 0x07) == ST_M12E2) fprintf(fh_pmkideapol, "M12E2");
else if((zeigerhs->status & 0x07) == ST_M14E4) fprintf(fh_pmkideapol, "M14E4");
else if((zeigerhs->status & 0x07) == ST_M32E2) fprintf(fh_pmkideapol, "M32E2");
Expand Down

0 comments on commit eacafe1

Please sign in to comment.