How to use windows pcap api on windows 7?

1

I want to implement a 802.1X wireless client in windows 7 using PEAP/MSCHAPv2. The 802.1X protocol is a datalink layer protocol, it uses the EAPOL protocol to encapsulate the packets. However, I don't know what lib can I use to send the EAPOL packets. In windows XP, I could use the winpcap to send and receive the EAPOL packets, In windows 7,the WinPcap can capture the TCP/IP packets,however it fails to capture the EAPOL packets.So how can i use the WinPcap to capture the EAPOL packets?

caimengru0807

Posted 2014-05-13T06:10:16.250

Reputation: 23

AFAIK also winpcap works on windows7. – peterh - Reinstate Monica – 2014-05-13T12:29:46.883

I use winpcap to send the EAPOL packets in windows 7,but it doesn't work. – None – 2014-05-13T12:47:31.160

Win7 have some security settings which need to be overridden. Maybe you could get better answers if you made a new question with the title ("using windows pcap api on windows 7"), and maybe on another site (f.e. stackoverflow). – peterh - Reinstate Monica – 2014-05-13T12:52:17.280

No answers