Changeset 53318 in vbox for trunk/src/VBox/Main/src-server/win/NetIf-win.cpp
- Timestamp:
- Nov 13, 2014 10:06:29 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-server/win/NetIf-win.cpp
r53082 r53318 1481 1481 hr = pNc->FindComponent(L"MS_TCPIP", &pTcpIpNcc); 1482 1482 # else 1483 /* for the filter-based approach we get all miniports our filter (sun_VBoxNetFlt)is bound to */ 1484 hr = pNc->FindComponent(L"sun_VBoxNetFlt", &pTcpIpNcc); 1483 /* for the filter-based approach we get all miniports our filter (oracle_VBoxNetLwf)is bound to */ 1484 hr = pNc->FindComponent(L"oracle_VBoxNetLwf", &pTcpIpNcc); 1485 if (hr != S_OK) 1486 { 1487 /* fall back to NDIS5 miniport lookup (sun_VBoxNetFlt) */ 1488 hr = pNc->FindComponent(L"sun_VBoxNetFlt", &pTcpIpNcc); 1489 } 1485 1490 # ifndef VBOX_WITH_HARDENING 1486 1491 if (hr != S_OK) … … 1571 1576 else 1572 1577 { 1573 LogRel(("failed to get the sun_VBoxNetFltcomponent, error (0x%x)\n", hr));1578 LogRel(("failed to get the oracle_VBoxNetLwf(sun_VBoxNetFlt) component, error (0x%x)\n", hr)); 1574 1579 } 1575 1580
Note:
See TracChangeset
for help on using the changeset viewer.