Changeset 69371 in vbox for trunk/src/VBox/HostDrivers/VBoxNetFlt/win
- Timestamp:
- Oct 26, 2017 3:34:57 PM (7 years ago)
- svn:sync-xref-src-repo-rev:
- 118695
- Location:
- trunk/src/VBox/HostDrivers/VBoxNetFlt/win
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/VBoxNetFlt/win/drv/VBoxNetAdp.inf
r62534 r69371 1 1 ; $Id$ 2 ; @file2 ;; @file 3 3 ; VBoxNetAdp.inf - VirtualBox Host-Only Driver inf file 4 4 ; 5 5 6 ; 6 7 ; Copyright (C) 2011-2016 Oracle Corporation … … 13 14 ; VirtualBox OSE distribution. VirtualBox OSE is distributed in the 14 15 ; hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 16 ; 17 ; The contents of this file may alternatively be used under the terms 18 ; of the Common Development and Distribution License Version 1.0 19 ; (CDDL) only, as it comes in the "COPYING.CDDL" file of the 20 ; VirtualBox OSE distribution, in which case the provisions of the 21 ; CDDL are applicable instead of those of the GPL. 22 ; 23 ; You may elect to license modified versions of this file under the 24 ; terms and conditions of either the GPL or the CDDL or both. 15 25 ; 16 26 … … 54 64 55 65 [VBoxNetAdp.ndi] 56 Characteristics = 0x1 ; NCF_VIRTUAL 66 Characteristics = 0x1 ; NCF_VIRTUAL 57 67 CopyFiles = VBoxNetAdp.Files.Sys 58 68 AddReg = VBoxNetAdp.AddReg … … 85 95 DiskDescription = "VirtualBox Host-Only Ethernet Adapter" 86 96 87 88 -
trunk/src/VBox/HostDrivers/VBoxNetFlt/win/drv/VBoxNetFlt.inf
r62534 r69371 1 1 ; $Id$ 2 ; @file 3 ; VBoxNetFlt.inf - VirtualBox Bridged Networking Driver inf file 4 ; Protocol edge 2 ;; @file 3 ; VBoxNetFlt.inf - VirtualBox Bridged Networking Driver inf file Protocol edge 5 4 ; 5 6 6 ; 7 7 ; Copyright (C) 2011-2016 Oracle Corporation … … 14 14 ; VirtualBox OSE distribution. VirtualBox OSE is distributed in the 15 15 ; hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 16 ; 17 ; The contents of this file may alternatively be used under the terms 18 ; of the Common Development and Distribution License Version 1.0 19 ; (CDDL) only, as it comes in the "COPYING.CDDL" file of the 20 ; VirtualBox OSE distribution, in which case the provisions of the 21 ; CDDL are applicable instead of those of the GPL. 22 ; 23 ; You may elect to license modified versions of this file under the 24 ; terms and conditions of either the GPL or the CDDL or both. 16 25 ; 17 26 -
trunk/src/VBox/HostDrivers/VBoxNetFlt/win/drv/VBoxNetFltM.inf
r62534 r69371 1 1 ; $Id$ 2 ; @file 3 ; VBoxNetFltM.inf - VirtualBox Bridged Networking Driver inf file 4 ; Miniport edge 2 ;; @file 3 ; VBoxNetFltM.inf - VirtualBox Bridged Networking Driver inf file Miniport edge 5 4 ; 5 6 6 ; 7 7 ; Copyright (C) 2011-2016 Oracle Corporation … … 14 14 ; VirtualBox OSE distribution. VirtualBox OSE is distributed in the 15 15 ; hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 16 ; 17 ; The contents of this file may alternatively be used under the terms 18 ; of the Common Development and Distribution License Version 1.0 19 ; (CDDL) only, as it comes in the "COPYING.CDDL" file of the 20 ; VirtualBox OSE distribution, in which case the provisions of the 21 ; CDDL are applicable instead of those of the GPL. 22 ; 23 ; You may elect to license modified versions of this file under the 24 ; terms and conditions of either the GPL or the CDDL or both. 16 25 ; 17 26 … … 68 77 [SourceDisksFiles] 69 78 70 71 -
trunk/src/VBox/HostDrivers/VBoxNetFlt/win/drv/VBoxNetLwf.inf
r66613 r69371 3 3 ; VBoxNetLwf.inf - VirtualBox Bridged Networking Driver inf file 4 4 ; 5 5 6 ; 6 7 ; Copyright (C) 2014-2016 Oracle Corporation … … 13 14 ; VirtualBox OSE distribution. VirtualBox OSE is distributed in the 14 15 ; hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 16 ; 17 ; The contents of this file may alternatively be used under the terms 18 ; of the Common Development and Distribution License Version 1.0 19 ; (CDDL) only, as it comes in the "COPYING.CDDL" file of the 20 ; VirtualBox OSE distribution, in which case the provisions of the 21 ; CDDL are applicable instead of those of the GPL. 22 ; 23 ; You may elect to license modified versions of this file under the 24 ; terms and conditions of either the GPL or the CDDL or both. 15 25 ; 16 26 -
trunk/src/VBox/HostDrivers/VBoxNetFlt/win/nobj/VBoxNetFltNobjT.idl
r56293 r69371 2 2 /** @file 3 3 * VBoxNetFltNobjT.idl - Notify Object for Bridged Networking Driver. 4 4 5 * Type lib definition 5 6 */ 7 6 8 /* 7 9 * Copyright (C) 2011-2015 Oracle Corporation … … 14 16 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the 15 17 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 18 * 19 * The contents of this file may alternatively be used under the terms 20 * of the Common Development and Distribution License Version 1.0 21 * (CDDL) only, as it comes in the "COPYING.CDDL" file of the 22 * VirtualBox OSE distribution, in which case the provisions of the 23 * CDDL are applicable instead of those of the GPL. 24 * 25 * You may elect to license modified versions of this file under the 26 * terms and conditions of either the GPL or the CDDL or both. 16 27 */ 28 17 29 #include <netcfgn.idl> 18 30
Note:
See TracChangeset
for help on using the changeset viewer.