VirtualBox

Ignore:
Timestamp:
Dec 10, 2015 6:58:23 PM (9 years ago)
Author:
vboxsync
Message:

NetFlt/win: do not exclude adapters which report as neither physical nor virtual (bugref:7993)

File:
1 edited

Legend:

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

    r59056 r59082  
    16101610                                        netIfLog(("netIfGetBoundAdapters: %ls: wrong status 0x%x\n",
    16111611                                                  pwszName, uStatus));
    1612                                     else if ((dwChars & NCF_HIDDEN) || !(dwChars & (NCF_VIRTUAL | NCF_PHYSICAL)))
     1612                                    else if (dwChars & NCF_HIDDEN)
    16131613                                        netIfLog(("netIfGetBoundAdapters: %ls: wrong characteristics 0x%x\n",
    16141614                                                  pwszName, dwChars));
Note: See TracChangeset for help on using the changeset viewer.

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