Skip to content

Commit

Permalink
if no frames have been received it is most likely caused by a broken …
Browse files Browse the repository at this point in the history
…driver
  • Loading branch information
ZerBea committed Aug 5, 2024
1 parent 09aca63 commit 233b6e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hcxdumptool.c
Original file line number Diff line number Diff line change
Expand Up @@ -5470,9 +5470,9 @@ fprintf(stdout, "%u Packet(s) captured by kernel\n", lStats.tp_packets);
fprintf(stdout, "%u Packet(s) dropped by kernel\n", lStats.tp_drops);
if(lStats.tp_packets < 10) fprintf(stderr, "Warning: too less packets received (monitor mode may not work as expected)\n"
"Possible reasons:\n"
" driver is broken (most likely)\n"
" no transmitter in range\n"
" frames are filtered out by BPF\n"
" driver is broken\n");
" frames are filtered out by BPF\n");
#ifdef HCXSTATUSOUT
if(rcascanflag == NULL)
{
Expand Down

0 comments on commit 233b6e3

Please sign in to comment.