Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
= committed Nov 25, 2023
1 parent d599c86 commit b150b8f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions hcxdumptool.c
Original file line number Diff line number Diff line change
Expand Up @@ -5226,11 +5226,11 @@ if(rcascanflag != NULL)
{
if(packetrcarxcount > 0) fprintf(stdout, "%" PRIu64 " PROBERESPONSE(s) captured\n", packetrcarxcount);
else fprintf(stderr, "Warning: no PROBERESPONSES received (frame injection may not work as expected)\n"
"Possible reasons:\n"
" no AP in range\n"
" frames are filtered out by BPF\n"
" driver is broken\n"
" driver does not support frame injection\n\n");
"Possible reasons:\n"
" no AP in range\n"
" frames are filtered out by BPF\n"
" driver is broken\n"
" driver does not support frame injection\n\n");
}
}
if(wshbcount > 0) fprintf(stdout,"%ld SHB written to pcapng dumpfile\n", wshbcount);
Expand Down

0 comments on commit b150b8f

Please sign in to comment.