Skip to content

Commit

Permalink
added TX ERROR COUNT to exit status display
Browse files Browse the repository at this point in the history
  • Loading branch information
= committed Jul 17, 2024
1 parent fbcb216 commit 627021d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hcxdumptool.c
Original file line number Diff line number Diff line change
Expand Up @@ -5462,6 +5462,7 @@ if((monitormodeflag == true) || (interfacelistflag == true) || (interfaceinfofla
fprintf(stdout, "\n\033[?25h");
errorcount += errortxcount;
fprintf(stderr, "%u ERROR(s) during runtime\n", errorcount);
fprintf(stderr, "%u TX ERROR(s) during runtime\n", errortxcount);
if(errorcount > 0) fprintf(stderr, "Possible reasons:\n"
" driver is broken\n"
" driver is busy (misconfigured system, other services access the INTERFACE)\n");
Expand Down

0 comments on commit 627021d

Please sign in to comment.