I can't capture 802.11 on wireshark
Please tell me why I can't capture.
I checked both Monitor Mode and Promiscuous.
By the way,I could not get capturing even the following command.
sudo dumpcap -I -i en0
- Use PC Mac Mojave ver.10.14.6(18G95)
- WIRESHARK version 3.0.3
What do you mean by "can't capture"? Do you mean that you get an error using dumpcap, or that you don't get an error but no packets are captured, or what?
And, again, what happens with
sudo tcpdump -I -i en0
?Thank you for your comment!
The latter is correct,I don't get an error but no packets are captured.
When I run
sudo tcpdump -I -i en0 -vv
, The following is displayed on the terminal.tcpdump: listening on en0, link-type IEEE802_11_RADIO (802.11 plus radiotap header), capture size 262144 bytes
after 10 minutes I runed
sudo tcpdump -I -i en0 -vv
,I press control-C,I get the following results.0 packets captured
0 packets received by filter
0 packets dropped by kernel