mirror of
https://github.com/nmap/nmap.git
synced 2026-08-04 14:49:29 +00:00
Added SQL Server 2012 SP3 version number and updated SQL Server 2012 SP1 version from the original 4050 release that was pulled and replaced by 4100.
This commit is contained in:
parent
56d71fe6df
commit
ea7c0bd92b
1 changed files with 2 additions and 2 deletions
|
|
@ -364,9 +364,9 @@ SqlServerVersionInfo =
|
|||
|
||||
local SP_LOOKUP_TABLE_2008R2 = { {1600, "RTM"}, {2500, "SP1"}, {4000, "SP2"}, {6000, "SP3"}, }
|
||||
|
||||
local SP_LOOKUP_TABLE_2012 = { {2100, "RTM"}, {3000, "SP1"}, {5058, "SP2"}, }
|
||||
local SP_LOOKUP_TABLE_2012 = { {2100, "RTM"}, {3000, "SP1"}, {5058, "SP2"}, {6020, "SP3"}, }
|
||||
|
||||
local SP_LOOKUP_TABLE_2014 = { {2000, "RTM"}, {4050, "SP1"}, }
|
||||
local SP_LOOKUP_TABLE_2014 = { {2000, "RTM"}, {4100, "SP1"}, }
|
||||
|
||||
|
||||
if ( not self.brandedVersion ) then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue