CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1

    Injecting 802.11 Frames

    http://www.codeproject.com/KB/IP/Packet11.aspx

    Alright heres a good question cause I'm not 100% sure of the requirements for this source code, I can inject 802.3 ethernet packets like a champ in all 3 Operating systems no problem, but I'm still a little puzzled on the 802.11 Frames due to regulation such as ACL on routers so i can really see packets comming though on wireshark from other computers. My question is, What are the requirements to get this driver to work?

    Requirements

    * Windows Vista or later
    * Wireless adapter*

    *I tested Packet11 on Atheros USB WiFi, Intel PCI WiFi and Rosewill adapters. All were able to send my custom packets. I recommend having a second wireless adapter in monitor mode to look at the packets as they are sent in the air.

    I see this but, Why Vista? what can this do that XP can't, and what Adapters do you recommend for Monitor mode, I got a WUSB600n from linksys and from the driver I'm using it can't see 802.11 frames in Wireshark.

    Any information you think is relevant would be helpful.
    Http://ControllingTheInter.Net
    My General Computer Forum, From Security To Programming And Back To Troubleshooting.

  2. #2
    Join Date
    Aug 2010
    Posts
    51

    Smile Re: Injecting 802.11 Frames

    hi,


    I can inject 802.3 ethernet packets like a champ in all 3 Operating systems no problem, but I'm still a little puzzled on the 802.11 Frames due to regulation such as ACL on routers so i can really see packets comming though on wireshark from other computers.



    regards,
    phe9oxis,
    http://www.guidebuddha.com

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured