开发者

Is there any good good resource on how to write a ndis filter with windows develop kit?

开发者 https://www.devze.com 2023-02-28 15:12 出处:网络
Although wdk ships an exampe with it,it doesn\'t have any detail documents on how it works. Is there any resour开发者_开发知识库ce that fully explains how it works?It does very much contain all that

Although wdk ships an exampe with it,it doesn't have any detail documents on how it works.

Is there any resour开发者_开发知识库ce that fully explains how it works?


It does very much contain all that you need.

NDIS Filter Drivers

Filter drivers are supported in NDIS 6.0 and later versions. You should use filter drivers instead of filter intermediate drivers. For more information about intermediate drivers, see NDIS 6.0 Intermediate Drivers.

The following sections introduce filter drivers and describe how to write and install filter drivers:

Roadmap for Developing NDIS Filter Drivers

Introduction to NDIS Filter Drivers

Writing NDIS Filter Drivers

NDIS Filter Driver Installation

This quote can be found in the index of the WDK documentation under "NDIS Filter Drivers". And here is the link to MSDN. Although the WDK docs you install locally and this link are not identical. All you need to know is on these pages - except that you should have preliminary knowledge of drivers and kernel mode development for Windows.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号