Changeset 21343 in vbox for trunk/src/VBox/HostDrivers
- Timestamp:
- Jul 7, 2009 3:30:08 PM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 49692
- Location:
- trunk/src/VBox/HostDrivers/VBoxNetFlt/win
- Files:
-
- 17 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/VBoxNetFlt/win/NetAdpInstall.cpp
r21333 r21343 7 7 * Copyright (C) 2009 Sun Microsystems, Inc. 8 8 * 9 * Sun Microsystems, Inc. confidential 10 * All rights reserved 9 * This file is part of VirtualBox Open Source Edition (OSE), as 10 * available from http://www.virtualbox.org. This file is free software; 11 * you can redistribute it and/or modify it under the terms of the GNU 12 * General Public License (GPL) as published by the Free Software 13 * Foundation, in version 2 as it comes in the "COPYING" file of the 14 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the 15 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 16 * 17 * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa 18 * Clara, CA 95054 USA or visit http://www.sun.com if you need 19 * additional information or have any questions. 11 20 */ 12 21 -
trunk/src/VBox/HostDrivers/VBoxNetFlt/win/NetAdpUninstall.cpp
r21333 r21343 7 7 * Copyright (C) 2009 Sun Microsystems, Inc. 8 8 * 9 * Sun Microsystems, Inc. confidential 10 * All rights reserved 9 * This file is part of VirtualBox Open Source Edition (OSE), as 10 * available from http://www.virtualbox.org. This file is free software; 11 * you can redistribute it and/or modify it under the terms of the GNU 12 * General Public License (GPL) as published by the Free Software 13 * Foundation, in version 2 as it comes in the "COPYING" file of the 14 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the 15 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 16 * 17 * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa 18 * Clara, CA 95054 USA or visit http://www.sun.com if you need 19 * additional information or have any questions. 11 20 */ 12 21 -
trunk/src/VBox/HostDrivers/VBoxNetFlt/win/NetFltInstall.cpp
r21333 r21343 7 7 * Copyright (C) 2008 Sun Microsystems, Inc. 8 8 * 9 * Sun Microsystems, Inc. confidential 10 * All rights reserved 9 * This file is part of VirtualBox Open Source Edition (OSE), as 10 * available from http://www.virtualbox.org. This file is free software; 11 * you can redistribute it and/or modify it under the terms of the GNU 12 * General Public License (GPL) as published by the Free Software 13 * Foundation, in version 2 as it comes in the "COPYING" file of the 14 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the 15 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 16 * 17 * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa 18 * Clara, CA 95054 USA or visit http://www.sun.com if you need 19 * additional information or have any questions. 11 20 */ 12 21 -
trunk/src/VBox/HostDrivers/VBoxNetFlt/win/NetFltUninstall.cpp
r21333 r21343 7 7 * Copyright (C) 2008 Sun Microsystems, Inc. 8 8 * 9 * Sun Microsystems, Inc. confidential 10 * All rights reserved 9 * This file is part of VirtualBox Open Source Edition (OSE), as 10 * available from http://www.virtualbox.org. This file is free software; 11 * you can redistribute it and/or modify it under the terms of the GNU 12 * General Public License (GPL) as published by the Free Software 13 * Foundation, in version 2 as it comes in the "COPYING" file of the 14 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the 15 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 16 * 17 * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa 18 * Clara, CA 95054 USA or visit http://www.sun.com if you need 19 * additional information or have any questions. 11 20 */ 12 21 -
trunk/src/VBox/HostDrivers/VBoxNetFlt/win/VBoxNetFlt-win.c
r21333 r21343 7 7 * Copyright (C) 2008 Sun Microsystems, Inc. 8 8 * 9 * Sun Microsystems, Inc. confidential 10 * All rights reserved 9 * This file is part of VirtualBox Open Source Edition (OSE), as 10 * available from http://www.virtualbox.org. This file is free software; 11 * you can redistribute it and/or modify it under the terms of the GNU 12 * General Public License (GPL) as published by the Free Software 13 * Foundation, in version 2 as it comes in the "COPYING" file of the 14 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the 15 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 16 * 17 * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa 18 * Clara, CA 95054 USA or visit http://www.sun.com if you need 19 * additional information or have any questions. 11 20 */ 12 21 /* -
trunk/src/VBox/HostDrivers/VBoxNetFlt/win/VBoxNetFlt-win.h
r21333 r21343 7 7 * Copyright (C) 2008 Sun Microsystems, Inc. 8 8 * 9 * Sun Microsystems, Inc. confidential 10 * All rights reserved 9 * This file is part of VirtualBox Open Source Edition (OSE), as 10 * available from http://www.virtualbox.org. This file is free software; 11 * you can redistribute it and/or modify it under the terms of the GNU 12 * General Public License (GPL) as published by the Free Software 13 * Foundation, in version 2 as it comes in the "COPYING" file of the 14 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the 15 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 16 * 17 * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa 18 * Clara, CA 95054 USA or visit http://www.sun.com if you need 19 * additional information or have any questions. 11 20 */ 12 21 /* -
trunk/src/VBox/HostDrivers/VBoxNetFlt/win/VBoxNetFlt.inf
r21333 r21343 6 6 ; Copyright (C) 2008 Sun Microsystems, Inc. 7 7 ; 8 ; Sun Microsystems, Inc. confidential 9 ; All rights reserved 8 ; This file is part of VirtualBox Open Source Edition (OSE), as 9 ; available from http://www.virtualbox.org. This file is free software; 10 ; you can redistribute it and/or modify it under the terms of the GNU 11 ; General Public License (GPL) as published by the Free Software 12 ; Foundation, in version 2 as it comes in the "COPYING" file of the 13 ; VirtualBox OSE distribution. VirtualBox OSE is distributed in the 14 ; hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 15 ; 16 ; Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa 17 ; Clara, CA 95054 USA or visit http://www.sun.com if you need 18 ; additional information or have any questions. 10 19 ; 11 20 -
trunk/src/VBox/HostDrivers/VBoxNetFlt/win/VBoxNetFltA-win.asm
r21333 r21343 7 7 ; Copyright (C) 2008 Sun Microsystems, Inc. 8 8 ; 9 ; Sun Microsystems, Inc. confidential 10 ; All rights reserved 9 ; This file is part of VirtualBox Open Source Edition (OSE), as 10 ; available from http://www.virtualbox.org. This file is free software; 11 ; you can redistribute it and/or modify it under the terms of the GNU 12 ; General Public License (GPL) as published by the Free Software 13 ; Foundation, in version 2 as it comes in the "COPYING" file of the 14 ; VirtualBox OSE distribution. VirtualBox OSE is distributed in the 15 ; hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 16 ; 17 ; Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa 18 ; Clara, CA 95054 USA or visit http://www.sun.com if you need 19 ; additional information or have any questions. 11 20 ; 12 21 -
trunk/src/VBox/HostDrivers/VBoxNetFlt/win/VBoxNetFltCommon-win.h
r21333 r21343 7 7 * Copyright (C) 2008 Sun Microsystems, Inc. 8 8 * 9 * Sun Microsystems, Inc. confidential 10 * All rights reserved 9 * This file is part of VirtualBox Open Source Edition (OSE), as 10 * available from http://www.virtualbox.org. This file is free software; 11 * you can redistribute it and/or modify it under the terms of the GNU 12 * General Public License (GPL) as published by the Free Software 13 * Foundation, in version 2 as it comes in the "COPYING" file of the 14 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the 15 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 16 * 17 * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa 18 * Clara, CA 95054 USA or visit http://www.sun.com if you need 19 * additional information or have any questions. 11 20 */ 12 21 /* -
trunk/src/VBox/HostDrivers/VBoxNetFlt/win/VBoxNetFltMp-win.c
r21333 r21343 7 7 * Copyright (C) 2008 Sun Microsystems, Inc. 8 8 * 9 * Sun Microsystems, Inc. confidential 10 * All rights reserved 9 * This file is part of VirtualBox Open Source Edition (OSE), as 10 * available from http://www.virtualbox.org. This file is free software; 11 * you can redistribute it and/or modify it under the terms of the GNU 12 * General Public License (GPL) as published by the Free Software 13 * Foundation, in version 2 as it comes in the "COPYING" file of the 14 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the 15 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 16 * 17 * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa 18 * Clara, CA 95054 USA or visit http://www.sun.com if you need 19 * additional information or have any questions. 11 20 */ 12 21 /* -
trunk/src/VBox/HostDrivers/VBoxNetFlt/win/VBoxNetFltMp-win.h
r21333 r21343 7 7 * Copyright (C) 2008 Sun Microsystems, Inc. 8 8 * 9 * Sun Microsystems, Inc. confidential 10 * All rights reserved 9 * This file is part of VirtualBox Open Source Edition (OSE), as 10 * available from http://www.virtualbox.org. This file is free software; 11 * you can redistribute it and/or modify it under the terms of the GNU 12 * General Public License (GPL) as published by the Free Software 13 * Foundation, in version 2 as it comes in the "COPYING" file of the 14 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the 15 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 16 * 17 * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa 18 * Clara, CA 95054 USA or visit http://www.sun.com if you need 19 * additional information or have any questions. 11 20 */ 12 21 /* -
trunk/src/VBox/HostDrivers/VBoxNetFlt/win/VBoxNetFltPt-win.c
r21333 r21343 7 7 * Copyright (C) 2008 Sun Microsystems, Inc. 8 8 * 9 * Sun Microsystems, Inc. confidential 10 * All rights reserved 9 * This file is part of VirtualBox Open Source Edition (OSE), as 10 * available from http://www.virtualbox.org. This file is free software; 11 * you can redistribute it and/or modify it under the terms of the GNU 12 * General Public License (GPL) as published by the Free Software 13 * Foundation, in version 2 as it comes in the "COPYING" file of the 14 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the 15 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 16 * 17 * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa 18 * Clara, CA 95054 USA or visit http://www.sun.com if you need 19 * additional information or have any questions. 11 20 */ 12 21 /* -
trunk/src/VBox/HostDrivers/VBoxNetFlt/win/VBoxNetFltPt-win.h
r21333 r21343 7 7 * Copyright (C) 2008 Sun Microsystems, Inc. 8 8 * 9 * Sun Microsystems, Inc. confidential 10 * All rights reserved 9 * This file is part of VirtualBox Open Source Edition (OSE), as 10 * available from http://www.virtualbox.org. This file is free software; 11 * you can redistribute it and/or modify it under the terms of the GNU 12 * General Public License (GPL) as published by the Free Software 13 * Foundation, in version 2 as it comes in the "COPYING" file of the 14 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the 15 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 16 * 17 * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa 18 * Clara, CA 95054 USA or visit http://www.sun.com if you need 19 * additional information or have any questions. 11 20 */ 12 21 /* -
trunk/src/VBox/HostDrivers/VBoxNetFlt/win/VBoxNetFlt_m.inf
r21333 r21343 6 6 ; Copyright (C) 2008 Sun Microsystems, Inc. 7 7 ; 8 ; Sun Microsystems, Inc. confidential 9 ; All rights reserved 8 ; This file is part of VirtualBox Open Source Edition (OSE), as 9 ; available from http://www.virtualbox.org. This file is free software; 10 ; you can redistribute it and/or modify it under the terms of the GNU 11 ; General Public License (GPL) as published by the Free Software 12 ; Foundation, in version 2 as it comes in the "COPYING" file of the 13 ; VirtualBox OSE distribution. VirtualBox OSE is distributed in the 14 ; hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 15 ; 16 ; Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa 17 ; Clara, CA 95054 USA or visit http://www.sun.com if you need 18 ; additional information or have any questions. 10 19 ; 11 20 -
trunk/src/VBox/HostDrivers/VBoxNetFlt/win/WinNetConfig.cpp
r21333 r21343 7 7 * Copyright (C) 2008 Sun Microsystems, Inc. 8 8 * 9 * Sun Microsystems, Inc. confidential 10 * All rights reserved 9 * This file is part of VirtualBox Open Source Edition (OSE), as 10 * available from http://www.virtualbox.org. This file is free software; 11 * you can redistribute it and/or modify it under the terms of the GNU 12 * General Public License (GPL) as published by the Free Software 13 * Foundation, in version 2 as it comes in the "COPYING" file of the 14 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the 15 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 16 * 17 * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa 18 * Clara, CA 95054 USA or visit http://www.sun.com if you need 19 * additional information or have any questions. 11 20 */ 12 21 /* -
trunk/src/VBox/HostDrivers/VBoxNetFlt/win/notifyobj/VBoxNetFltNotify.cpp
r21333 r21343 2 2 * Copyright (C) 2008 Sun Microsystems, Inc. 3 3 * 4 * Sun Microsystems, Inc. confidential 5 * All rights reserved 4 * This file is part of VirtualBox Open Source Edition (OSE), as 5 * available from http://www.virtualbox.org. This file is free software; 6 * you can redistribute it and/or modify it under the terms of the GNU 7 * General Public License (GPL) as published by the Free Software 8 * Foundation, in version 2 as it comes in the "COPYING" file of the 9 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the 10 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 11 * 12 * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa 13 * Clara, CA 95054 USA or visit http://www.sun.com if you need 14 * additional information or have any questions. 6 15 */ 7 16 /* -
trunk/src/VBox/HostDrivers/VBoxNetFlt/win/notifyobj/VBoxNetFltNotify.h
r21333 r21343 2 2 * Copyright (C) 2008 Sun Microsystems, Inc. 3 3 * 4 * Sun Microsystems, Inc. confidential 5 * All rights reserved 4 * This file is part of VirtualBox Open Source Edition (OSE), as 5 * available from http://www.virtualbox.org. This file is free software; 6 * you can redistribute it and/or modify it under the terms of the GNU 7 * General Public License (GPL) as published by the Free Software 8 * Foundation, in version 2 as it comes in the "COPYING" file of the 9 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the 10 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 11 * 12 * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa 13 * Clara, CA 95054 USA or visit http://www.sun.com if you need 14 * additional information or have any questions. 6 15 */ 7 16 /*
Note:
See TracChangeset
for help on using the changeset viewer.