Content deleted Content added
Wiki layes (talk | contribs) Tags: Mobile edit Mobile web edit |
DivermanAU (talk | contribs) add NDIS 6.83: Windows 10, version 1903 |
||
Line 23:
* NDIS 6.30: [[Windows 8]], [[Windows Server 2012]]
* NDIS 6.40: [[Windows 8.1]], [[Windows Server 2012 R2]]
* NDIS 6.50: [[Windows 10]], version 1507<ref name=MS>{{cite web |url=https://docs.microsoft.com/en-us/windows-hardware/drivers/network/overview-of-ndis-versions |title=Overview of NDIS versions |publisher=Microsoft |accessdate=
* NDIS 6.60: [[Windows Server 2016]] and Windows 10, version 1607<ref name=MS/>
* NDIS 6.70: Windows 10, version 1703<ref name=MS/>
Line 29:
* NDIS 6.81: Windows 10, version 1803<ref name=MS/>
* NDIS 6.82: Windows 10, version 1809<ref name=MS/>
* NDIS 6.83: Windows 10, version 1903<ref name=MS/>
The traffic accepted by the NIC is controlled by an NDIS [[miniport]] Driver while various protocols, such as [[Internet Protocol Suite|TCP/IP]], are implemented by NDIS Protocol Drivers. A single miniport may be associated with one or more protocols. This means that traffic coming into the miniport may be received in parallel by several protocol drivers. For example, [[pcap|Winpcap]] adds a second protocol driver on the selected miniport in order to capture incoming packets. Furthermore, it is possible to simulate several virtual NICs by implementing virtual miniport drivers that send and receive traffic from a single physical NIC. One example of virtual miniport driver usage is to add virtual NICs, each with a different [[Virtual LAN]]. Because implementations cannot assume that other drivers received the same buffers, one must treat the incoming buffers as read only and a driver that changes the packet content must allocate its own buffers.
|