From f61e698ea3f89d722ccf2e5b8d95363abed5614c Mon Sep 17 00:00:00 2001 From: Justin Bastress Date: Wed, 28 Feb 2018 09:46:40 -0500 Subject: [PATCH] MSSQL -> Oracle --- modules/oracle/types.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/oracle/types.go b/modules/oracle/types.go index fab5a3e..ef5f7d6 100644 --- a/modules/oracle/types.go +++ b/modules/oracle/types.go @@ -466,7 +466,7 @@ type TNSConnect struct { // connect descriptor, starting from offset 0x3A. // The DataOffset points past this, and the DataLength counts from there, so // this is indeed part of the "header". - // On recent versions of MSSQL this is 12 bytes. + // On recent versions of Oracle this is 12 bytes. // On older versions, it is 0 bytes. Unknown3A []byte