Win10 can't set monitor mode on
Hi,
I have two questions
- what is the difference between monitor mode and promiscuous mode?
- Why I can't apply to monitor mode on my Win10 OS?
- Why is the link layer header type ....
- what is the difference between monitor mode and promiscuous mode?
- Why I can't apply to monitor mode on my Win10 OS?
- Why is the link-layer header type ethernet not 802.11 or wifi something?
The Wireless NIC that I used is Asus PCIE-AC88 which supporting 802.11 and the Wireshark version is 2.6.1
PS: Couldn't resist making this joke (see link)
I can comment a bit. Monitor mode has to do with what the Wifi receiver will (try to) pick up at the Wifi MAC layer. Promiscuous mode has to do with what the Ethernet layer, on top of the Wifi driver, will let through. The link layer type has to do what kind of frames you get from the driver. When monitor mode is enabled you would see all Wifi frames, also those not carrying pure Ethernet MAC frames and therefore you get 802.11 link layer header type frames. When not in monitor mode the driver will hand you the received Ethernet MAC frames, with that link layer header type.
Thanks a lot, that quite makes me more understanding.