Author: akhaldi
Date: Thu May 28 10:31:38 2015
New Revision: 67940

URL: http://svn.reactos.org/svn/reactos?rev=67940&view=rev
Log:
[TCPIP] Identify TCP/IP driver as version 4. By Lee Schroeder. CORE-9744

Modified:
    trunk/reactos/drivers/network/tcpip/tcpip.rc
    trunk/reactos/media/inf/nettcpip.inf

Modified: trunk/reactos/drivers/network/tcpip/tcpip.rc
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/drivers/network/tcpip/tcpip.rc?rev=67940&r1=67939&r2=67940&view=diff
==============================================================================
--- trunk/reactos/drivers/network/tcpip/tcpip.rc        [iso-8859-1] (original)
+++ trunk/reactos/drivers/network/tcpip/tcpip.rc        [iso-8859-1] Thu May 28 
10:31:38 2015
@@ -1,5 +1,5 @@
 #define REACTOS_VERSION_DLL
-#define REACTOS_STR_FILE_DESCRIPTION  "TCP/IP protocol driver"
+#define REACTOS_STR_FILE_DESCRIPTION  "TCP/IPv4 protocol driver"
 #define REACTOS_STR_INTERNAL_NAME     "tcpip"
 #define REACTOS_STR_ORIGINAL_FILENAME "tcpip.sys"
 #include <reactos/version.rc>

Modified: trunk/reactos/media/inf/nettcpip.inf
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/media/inf/nettcpip.inf?rev=67940&r1=67939&r2=67940&view=diff
==============================================================================
--- trunk/reactos/media/inf/nettcpip.inf        [iso-8859-1] (original)
+++ trunk/reactos/media/inf/nettcpip.inf        [iso-8859-1] Thu May 28 
10:31:38 2015
@@ -1,6 +1,6 @@
 ; NETTCPIP.INF
 
-; Installation file for TCP/IP protocol
+; Installation file for TCP/IP Version 4 Protocol
 
 [Version]
 Signature  = "$Windows NT$"
@@ -11,24 +11,24 @@
 Provider   = %ReactOS%
 DriverVer  = 04/12/2006,1.00
 
-;----------------------------- TCP/IP DRIVER ----------------------------
+;----------------------------- TCP/IPv4 DRIVER ----------------------------
 
 [MS_TCPIP.PrimaryInstall]
 AddReg = TCPIP_AddReg_Global.NT
 
 [TCPIP_AddReg_Global.NT]
 ; The following entries should be generated from .inf files during installation
-; TCPIP Protocol
+; TCPIPv4 Protocol
 
HKLM,"SYSTEM\CurrentControlSet\Control\Network\{4D36E975-E325-11CE-BFC1-08002BE10318}\{RandomProtocolGUID_TCPIP}","Characteristics",0x00010001,0x00000080
 
HKLM,"SYSTEM\CurrentControlSet\Control\Network\{4D36E975-E325-11CE-BFC1-08002BE10318}\{RandomProtocolGUID_TCPIP}","ComponentId",0x00000000,"ms_tcpip"
-HKLM,"SYSTEM\CurrentControlSet\Control\Network\{4D36E975-E325-11CE-BFC1-08002BE10318}\{RandomProtocolGUID_TCPIP}","Description",0x00000000,"Internet
 Protocol (TCP/IP)"
+HKLM,"SYSTEM\CurrentControlSet\Control\Network\{4D36E975-E325-11CE-BFC1-08002BE10318}\{RandomProtocolGUID_TCPIP}","Description",0x00000000,"Internet
 Protocol Version 4 (TCP/IPv4)"
 
HKLM,"SYSTEM\CurrentControlSet\Control\Network\{4D36E975-E325-11CE-BFC1-08002BE10318}\{RandomProtocolGUID_TCPIP}","InfPath",0x00000000,"BUGBUG_Create
 from Inffile.inf"
 
HKLM,"SYSTEM\CurrentControlSet\Control\Network\{4D36E975-E325-11CE-BFC1-08002BE10318}\{RandomProtocolGUID_TCPIP}","InfSection",0x00000000,"BUGBUG_Create
 from Inffile.inf"
 
HKLM,"SYSTEM\CurrentControlSet\Control\Network\{4D36E975-E325-11CE-BFC1-08002BE10318}\{RandomProtocolGUID_TCPIP}\Ndi","ClsId",0x00000000,"{A907657F-6FDF-11D0-8EFB-00C04FD912B2}"
 
HKLM,"SYSTEM\CurrentControlSet\Control\Network\{4D36E975-E325-11CE-BFC1-08002BE10318}\{RandomProtocolGUID_TCPIP}\Ndi","HelpText",0x00000000,"Transmission
 Control Protocol/Internet Protocol"
 
HKLM,"SYSTEM\CurrentControlSet\Control\Network\{4D36E975-E325-11CE-BFC1-08002BE10318}\{RandomProtocolGUID_TCPIP}\Ndi","Service",0x00000000,"Tcpip"
 
-; TCP/IP driver
+; TCP/IPv4 driver
 ; NOTE: These settings should be added by the network setup
 ; These bindings are of the windows 2000 type, and will probably need to be
 ; twiddled to get 3rd-party network-related software to work.


Reply via email to