Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified SQL_Network_Analyzer/.vs/SQLNetworkAnalyzer/v15/.suo
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
1 change: 1 addition & 0 deletions SQL_Network_Analyzer/SQLNA/FrameData.cs
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,7 @@ public string PacketType
if (isZeroWindowPacket) return "ZW";
if (isKeepAlive) return "KA";
if (isRetransmit && payloadLength > 1) return "RET";
if (isContinuation) return "CONT";

switch (frameType)
{
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.2194.0")]
[assembly: AssemblyFileVersion("1.5.2194.0")]
[assembly: AssemblyVersion("1.5.2197.0")]
[assembly: AssemblyFileVersion("1.5.2197.0")]