Click here to Skip to main content
15,887,812 members
Please Sign up or sign in to vote.
4.00/5 (1 vote)
See more:
dear all
thank you very much for replying my question,
i'm MSC. student in university of babylon , Iraq, i have a problem about security in wireless network , i want to modify the ieee 802.11 frame , thus i want to
1- capture the frame for this purpose i use winpcap 4.1.2
2- make an interface to connect between two computer so i want to use winsock to send the modifed frame for this reson i will use UDP winsock client server .
note i want to work on windows xp
so i ask if this idea is true , can i work by this way to solve my problem?
with my great thanks
Posted
Updated 4-Jun-11 5:25am
v2
Comments
Manfred Rudolf Bihy 4-Jun-11 11:48am    
Don't change your question internal numbering. I posted my response accordingly and referenced those numbers in my reply. Edit your quesiton to reflect the original state and feel free to add sub questions to it.

1 solution

Regarding question #1: http://www.winpcap.org/install/default.htm[^]. Look for supported platforms. In case you can't find it: The answer is yes!

Regarding question #2: It depends on what you're after. Do you want to only capture the TCP/IP or UDP traffic all should be set and ready to go with WinPCap. If you're interested in the raw 802.11 data you might want to look into AirPCap[^]. This is an WinPCap extension that integrates seamlessly with WireShark for instance.

Regarding question #3: Capturing the packet should not be a problem. TCP/IP or UPD use WinPCap. For the IEEE 802.11 data use AirPCap.

Regarding question #4: You will not be able to do this (without quite some pain). What you are attempting is a so called "man in the middle attack" and this is not so easy to do in a WLAN environment.

Best Regards,

-MRB
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900