|
| | 
This is a series of notes introducing the NDIS 5 NDIS_PACKET structure.
 | Part 1 - NDIS Packet Data
(Updated December 29, 2002)

The purpose of this topic is to provide you with some insight into the
relationship between a "packet" observed a network and a NDIS_PACKET that
represents the same information within a NDIS driver.
|
 | Part 2 - NDIS_PACKET Reserved Areas
(Updated December 29, 2002)

The purpose of this topic is to describe the use of the NDIS_PACKET
reserved areas.
|
 | Part 3 - NDIS_PACKET Flags
The purpose of this topic is to describe the use of the NDIS_PACKET
flags.
|
 | Part 4 - NDIS_PACKET Out-of-Bounds Data
The purpose of this topic is to describe the use of the NDIS_PACKET
OOB data. |

NDIS 5 Loopback Notes (January 6, 2004)
These notes provide some information about
loopback behavior on NDIS 5 drivers.


Extending the Microsoft PassThru NDIS Intermediate Driver
This is a series of articles that illustrate adding functionality to the
Microsoft DDK PassThru NDIS IM driver.
- Extending The Microsoft PassThru NDIS Intermediate Driver
Part 1 - Adding a DeviceIoControl Interface
- By Thomas Divine (PCAUSA),
Windows Driver
Developer's Digest, Vol.1 No. 3, July 15, 2003

- Extending The Microsoft PassThru NDIS Intermediate Driver
Part 2 - Two IP Address Blocking NDIS IM Drivers
- By Thomas Divine (PCAUSA) and James Antognini (Now of Microsoft),
Windows Driver
Developer's Digest, Vol.1 No. 5, December 15, 2003

- Extending The Microsoft PassThru NDIS Intermediate Driver
Part 3 - Supporting Windows XP 64-Bit Edition
- By Thomas Divine (PCAUSA), Windows Driver
Developer's Digest, Vol.2 No. 1, March 15, 2004


Disabling NDIS Task Offload from a NDIS 5 Intermediate
Driver
This note briefly describes how to disable
NDIS task offload from a NDIS 5 Intermediate driver.

12/06/09
|