Skip to content

Commit 0f77142

Browse files
SQLNA updates
1. Corrected report title. 2. Updated the "Possible SQL Servers" report to include servers other than 1433, namely servers listening on the same ports as other confirmed SQL Servers already in the report.
1 parent 3839ecb commit 0f77142

File tree

5 files changed

+3
-3
lines changed

5 files changed

+3
-3
lines changed
-1 KB
Binary file not shown.
Binary file not shown.
Binary file not shown.

SQL_Network_Analyzer/SQLNA/OutputText.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1060,7 +1060,7 @@ private static void DisplayZeroWindowConnections(NetworkTrace Trace)
10601060

10611061
if (ZeroWindowRecords.Count > 0)
10621062
{
1063-
Program.logMessage("The following conversations with SQL Server " + sqlIP + " on port " + s.sqlPort + " had conversations with a Zero Window record:\r\n");
1063+
Program.logMessage("The following conversations with SQL Server " + sqlIP + " on port " + s.sqlPort + " had one or more Zero Window records:\r\n");
10641064
ReportFormatter rf = new ReportFormatter();
10651065
switch (Program.filterFormat)
10661066
{

SQL_Network_Analyzer/SQLNA/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@
3232
// You can specify all the values or you can default the Build and Revision Numbers
3333
// by using the '*' as shown below:
3434
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion("1.5.2117.0")]
36-
[assembly: AssemblyFileVersion("1.5.2117.0")]
35+
[assembly: AssemblyVersion("1.5.2118.0")]
36+
[assembly: AssemblyFileVersion("1.5.2118.0")]

0 commit comments

Comments
 (0)