VirtualBox

Changeset 107296 in vbox for trunk/src/VBox/Main/src-server


Ignore:
Timestamp:
Dec 12, 2024 11:07:22 AM (4 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
166326
Message:

Windows/Networking: Removed NDIS 5-based drivers, as we don't support Windows host OSes anymore which require this NDIS version -- only NDIS 6.0+ is supported now. bugref:10819

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-server/HostImpl.cpp

    r106061 r107296  
    933933        /* for the filter-based approach we get all miniports our filter (oracle_VBoxNetLwf)is bound to */
    934934        hrc = pNc->FindComponent(L"oracle_VBoxNetLwf", &pTcpIpNcc);
    935         if (hrc != S_OK)
    936         {
    937             /* fall back to NDIS5 miniport lookup (sun_VBoxNetFlt) */
    938             hrc = pNc->FindComponent(L"sun_VBoxNetFlt", &pTcpIpNcc);
    939         }
    940935#     ifndef VBOX_WITH_HARDENING
    941936        if (hrc != S_OK)
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette