Vista NDIS to Wifi Driver Sniffer

does anyone know of an 11n sniffer for sniffing packets from ndis to wifi driver?
thanks

----- Original Message -----
From:
To: “Windows System Software Devs Interest List”
Sent: Tuesday, July 10, 2007 3:25 PM
Subject: [ntdev] Vista NDIS to Wifi Driver Sniffer

> does anyone know of an 11n sniffer for sniffing packets from ndis to wifi
> driver?
> thanks

Uhm, do you need to access the raw 802.11n frames or just “baked” 802.3
frames?

Have a nice day
GV

>
> —
> Questions? First check the Kernel Driver FAQ at
> http://www.osronline.com/article.cfm?id=256
>
> To unsubscribe, visit the List Server section of OSR Online at
> http://www.osronline.com/page.cfm?name=ListServer

raw 802.11n frames…

I don’t know if there are native wifi drivers for 802.11n chipsets that
export the original 802.11n frames. From what I’ve seen, even the native
wifi drivers for 802.11n chipsets export “cooked” 802.11 frames, i.e.
removing some important fields in the beacon and/or data frames (if I
remember well for example a QoS+DATA frame is transformed into a DATA frame
modifying the FC field and removing the QoS header).

The company I work for has a solution for 802.11n sniffing, it uses
customized hardware

http://www.cacetech.com/products/airpcap-n.htm

Please contact me in pvt if you need more information

Have a nice day
GV

----- Original Message -----
From:
To: “Windows System Software Devs Interest List”
Sent: Wednesday, July 11, 2007 4:24 AM
Subject: RE:[ntdev] Vista NDIS to Wifi Driver Sniffer

> raw 802.11n frames…
>
> —
> Questions? First check the Kernel Driver FAQ at
> http://www.osronline.com/article.cfm?id=256
>
> To unsubscribe, visit the List Server section of OSR Online at
> http://www.osronline.com/page.cfm?name=ListServer