Re: DOT11_OPERATION_MODE_NETWORK_MONITOR in NDIS 6.0 on Vista
- From: "Thomas F. Divine" <tdivine@NOpcausaSPAM>
- Date: Thu, 19 Jul 2007 10:13:18 -0400
You should be able to use the "PCAGizmo" tool to examine OIDs above and below the Microsoft Native Wi-Fi driver. See the URL:
http://pcausa.com/Utilities/PCAGizmo/PCAGizmo.htm
Thomas F. Divine
<toddlange1@xxxxxxxxx> wrote in message news:1184852791.087527.213940@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
On Jul 18, 3:14 pm, "Gianluca Varenni"
<gianluca.vare...@xxxxxxxxxxxxxxxx> wrote:
Are you sure the calls actually get forwarded all the way down to the
atheros driver? I know at least some of the Atheros NDIS6.0 drivers do not
actually deliver the "uncooked" 802.11 frames.
Have a nice day
GV
--
Gianluca Varenni, Windows DDK MVP
CACE Technologieshttp://www.cacetech.com
<toddlan...@xxxxxxxxx> wrote in message
news:1184785230.672299.286600@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
> Hello Smart People,
> In NDIS 6.0, Microsoft added an operational mode called
> DOT11_OPERATION_MODE_NETWORK_MONITOR. It is designed to turn a 802.11
> wireless adapter into a promiscuous capture card. In this mode you
> can set filters to see all raw data and management packets, set
> channel, set frequency, gather statistics, etc.
> I interested in using these new features for the purpose of packet
> analysis in a protocol analyzer. Can these new features be used on
> Vista from within an NDIS protocol driver? It appears they may be
> blocked by Windows when I have tried to set them from within a
> protocol driver. I'm using a current Atheros NDIS 6.0 driver on Vista
> and the calls never make it down to the miniport driver.
> Is this by design to prevent 3rd party application developers from
> using these new features, or I'm I missing something?
> Thanks,
> Todd Lange
The call to set the operational mode NEVER makes it to the Atheros
driver. The call to read the mode does work and will return the
operational mode. Is Windows blocking the call down to the driver?
The Atheros driver has code to process the OID, but it never sees
it.
-Todd
.
- References:
- DOT11_OPERATION_MODE_NETWORK_MONITOR in NDIS 6.0 on Vista
- From: toddlange1
- Re: DOT11_OPERATION_MODE_NETWORK_MONITOR in NDIS 6.0 on Vista
- From: Gianluca Varenni
- Re: DOT11_OPERATION_MODE_NETWORK_MONITOR in NDIS 6.0 on Vista
- From: toddlange1
- DOT11_OPERATION_MODE_NETWORK_MONITOR in NDIS 6.0 on Vista
- Prev by Date: Re: DOT11_OPERATION_MODE_NETWORK_MONITOR in NDIS 6.0 on Vista
- Next by Date: Re: BugCheck 1A, {30, 87da4f68, d93d8000, a6303080}
- Previous by thread: Re: DOT11_OPERATION_MODE_NETWORK_MONITOR in NDIS 6.0 on Vista
- Next by thread: Re: DOT11_OPERATION_MODE_NETWORK_MONITOR in NDIS 6.0 on Vista
- Index(es):
Relevant Pages
|