Skip to content

Commit e936c6e

Browse files
Merge pull request #77 from microsoft/20241007_SQLNA_CONT_Visualization
SQLNA - Continuation packet visualization
2 parents 2579718 + c581411 commit e936c6e

File tree

6 files changed

+3
-2
lines changed

6 files changed

+3
-2
lines changed
512 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

SQL_Network_Analyzer/SQLNA/FrameData.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,7 @@ public string PacketType
146146
if (isZeroWindowPacket) return "ZW";
147147
if (isKeepAlive) return "KA";
148148
if (isRetransmit && payloadLength > 1) return "RET";
149+
if (isContinuation) return "CONT";
149150

150151
switch (frameType)
151152
{

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.2194.0")]
36-
[assembly: AssemblyFileVersion("1.5.2194.0")]
35+
[assembly: AssemblyVersion("1.5.2197.0")]
36+
[assembly: AssemblyFileVersion("1.5.2197.0")]

0 commit comments

Comments
 (0)