VirtualBox

Changeset 13024 in vbox for trunk/src/VBox/Devices


Ignore:
Timestamp:
Oct 6, 2008 10:35:32 PM (17 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
37463
Message:

installation fixes, NetFlt initialization fixes for filter approach

Location:
trunk/src/VBox/Devices
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Makefile.kmk

    r12584 r13024  
    751751        Serial/DrvHostSerial.cpp
    752752
     753if defined(VBOX_WITH_NETFLT) && "$(KBUILD_TARGET)" == "win"
     754 if defined(VBOX_NETFLT_ONDEMAND_BIND)
     755  Drivers_DEFS.win += VBOX_NETFLT_ONDEMAND_BIND
     756 else
     757  Drivers_SOURCES.win += Network/win/DrvIntNet-win.cpp
     758 endif
     759endif
    753760
    754761# -- features --
  • trunk/src/VBox/Devices/Network/DrvIntNet.cpp

    r12608 r13024  
    4141#include "../Builtins.h"
    4242
     43#if defined(RT_OS_WINDOWS) && defined(VBOX_WITH_NETFLT) && !defined(VBOX_NETFLT_ONDEMAND_BIND)
     44# include "win/DrvIntNet-win.h"
     45#endif
    4346
    4447/*******************************************************************************
     
    913916
    914917#elif defined(RT_OS_WINDOWS) && defined(VBOX_WITH_NETFLT)
     918# ifndef VBOX_NETFLT_ONDEMAND_BIND
     919    /* we have a ndis filter driver started on system boot before the VBoxDrv,
     920     * tell the filter driver to init VBoxNetFlt functionality */
     921    rc = drvIntNetWinConstruct(pDrvIns, pCfgHandle);
     922    if (RT_FAILURE(rc))
     923    {
     924        return rc;
     925    }
     926# endif
    915927    /* Temporary hack: attach to a network with the name 'if=en0' and you're hitting the wire. */
    916928    if (    !OpenReq.szTrunk[0]
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