NDIS 版本的迁移

发布于 2025-01-06 10:50:35 字数 365 浏览 5 评论 0原文

NDIS 6.0 和 NDIS 6.0 之间的主要区别是什么? NDIS 6.30? 以下是我所知道的信息,

在 NDIS 6.0 的情况下,没有类似 WWAN 介质的东西。 WWAN 特定的 OID 在 NDIS 6.0 中也不可用。因此 TCP/IP 使用 802.3 标头进行发送。 NDIS 6.0 中仅存在 WAN。

后来,从 NDIS 6.20 开始,引入了称为 WWAN 的介质,其中 TCP/IP 直接发送原始 IP 数据包。之后还引入了 WWAN 特定的 OID。

这是正确的吗? 如何从 NDIS 6.0 版本迁移到 NDIS 6.30? 更改版本具体需要做什么?它有什么影响? 上述问题是wrt微型端口驱动程序的实现。

提前致谢。

What is the major difference between NDIS 6.0 & NDIS 6.30?
Here is what information I know,

There was nothing like WWAN medium in case of NDIS 6.0. WWAN specific OID’s weren’t also available in NDIS 6.0. So TCP/IP use to send with 802.3 headers. Only WAN was present in NDIS 6.0.

Later on, from NDIS 6.20 onwards, the medium called WWAN was introduced where the TCP/IP was directly sending Raw IP packets.Also WWAN specific OID’s were introduced here after.

Is this correct?
And how to migrate from NDIS 6.0 version to NDIS 6.30?
What exactly do we need to do to change version? what does it affect?
The above question is wrt miniport driver implementation.

Thanks in advance.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

软糯酥胸 2025-01-13 10:50:35

MSDN 主要描述了移植 NDIS 驱动程序所涉及的步骤。

有关将 NDIS 驱动程序移植/迁移到较新版本的 NDIS 驱动程序的一般信息位于此链接中:
https://msdn.microsoft.com/en-us/library/windows/hardware/hh440157%28v=vs.85%29.aspx?f=255&MSPPError=-2147217396

NDIS 6.x 到 6.3 的迁移信息位于此链接中:
https://msdn.microsoft。 com/en-us/library/windows/hardware/hh440156(v=vs.85).aspx

MSDN mostly describes the steps involved with porting NDIS drivers.

General information on porting/migration of NDIS drivers to newer version of NDIS drivers is present in this link :
https://msdn.microsoft.com/en-us/library/windows/hardware/hh440157%28v=vs.85%29.aspx?f=255&MSPPError=-2147217396

NDIS 6.x to 6.3 migration information is present in this link :
https://msdn.microsoft.com/en-us/library/windows/hardware/hh440156(v=vs.85).aspx

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文