Skip to content

Commit

Permalink
SQLNA updates
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
Malcolm-Stewart committed Aug 22, 2023
1 parent 3839ecb commit 0f77142
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 3 deletions.
Binary file modified SQL_Network_Analyzer/.vs/SQLNetworkAnalyzer/v15/.suo
Binary file not shown.
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion SQL_Network_Analyzer/SQLNA/OutputText.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1060,7 +1060,7 @@ private static void DisplayZeroWindowConnections(NetworkTrace Trace)

if (ZeroWindowRecords.Count > 0)
{
Program.logMessage("The following conversations with SQL Server " + sqlIP + " on port " + s.sqlPort + " had conversations with a Zero Window record:\r\n");
Program.logMessage("The following conversations with SQL Server " + sqlIP + " on port " + s.sqlPort + " had one or more Zero Window records:\r\n");
ReportFormatter rf = new ReportFormatter();
switch (Program.filterFormat)
{
Expand Down
4 changes: 2 additions & 2 deletions SQL_Network_Analyzer/SQLNA/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.5.2117.0")]
[assembly: AssemblyFileVersion("1.5.2117.0")]
[assembly: AssemblyVersion("1.5.2118.0")]
[assembly: AssemblyFileVersion("1.5.2118.0")]

0 comments on commit 0f77142

Please sign in to comment.