How do I put a NDIS MAC adapter into promiscuous mode to receive all packets?
Only a NDIS Protocol driver has the capability to command a NDIS MAC adapter to enter “promiscuous” mode and receive all packets on the wire. You will need to develop your own NDIS protocol driver for this purpose – or license a NDIS protocol driver designed for this purpose. In addition, you will need to develop a Win32 application to control your protocol driver and collect the received packets.
Related Questions
- I created a ping packet in Simulation Mode and ran it. Why do I still see packets/frames (like CDP) running on the network after the ping process is completed?
- What if the network adapter card does not support promiscuous mode? What is promiscuous mode anyway?
- How do I put a NDIS MAC adapter into promiscuous mode to receive all packets?