Re: ndis minport driver question.



Hi,

A miniport driver does not know about upper-level protocols, such as IP, UDP
or TCP.
Regular (802.3 Ethernet) miniports only send and receive 802.3 packets, with
802.3 headers.
Wireless miniports also use 802.3 headers while communicating with upper
layers.

HTH
Remi


.



Relevant Pages

  • RE: NDIS Intermediate Driver for 802.11
    ... All 802.11 miniports in Windows XP emulate 802.3. ... headers and only 802.3 miniports. ... All 802.11 miniports report ... then NdisPhysicalMediumWirelessLan to OID_GEN_PHYSICAL_MEDIUM. ...
    (microsoft.public.development.device.drivers)
  • Re: Capturing Raw packets
    ... My main idea was to control ethernet packets completely. ... can I modify the ethernet headers when using a raw ... Which option/function exactly gives the control of whether a user or ...
    (comp.unix.programmer)
  • Re: network driver and restart
    ... > NDIS IM drivers can't actually layer directly over the lower-level WAM ... > miniports. ... Not needed anyway, these packets are often encrypted, and the password never ...
    (microsoft.public.development.device.drivers)