With winpcap, you can capture wireless traffic, you just have to specify the correct interface to capture on. However, you cannot modify traffic with winpcap, as it only provides read-only packets.
I have used "netfilter" before to drop packets and I believe you can also modify packets with it. It's open source and is written in c++. What header are you trying to modify and at what level (ip, tcp, etc)? Sent from my iPhone On Dec 7, 2011, at 10:21 PM, suad alasady <[email protected]> wrote: > dear > i have ad hoc network connceting two computers , i want to capture the ieee > 802.11 wireless frame from one of computers by using this interface and > modify one of header frame's field and the send it to the other computers > 1- can i do this? > 2- what the tools i must use? > 2- is winpcap works with wireless ?i.e by using the winpcap can i capture > wireless frame? > > please help me > with my great thanks > > _______________________________________________ > Winpcap-users mailing list > [email protected] > https://www.winpcap.org/mailman/listinfo/winpcap-users
_______________________________________________ Winpcap-users mailing list [email protected] https://www.winpcap.org/mailman/listinfo/winpcap-users
