We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents df71bce + 7e5b51a commit 1a10e82Copy full SHA for 1a10e82
MAPIInspector/Source/Parsers/MSOXCMAPIHTTP.cs
@@ -2504,6 +2504,7 @@ public override void Parse(Stream s)
2504
}
2505
#endregion 2.2.5.9
2506
2507
+
2508
#region 2.2.5.10 ModLinkAtt
2509
/// <summary>
2510
/// A class indicates the ModLinkAttRequest structure.
@@ -2571,9 +2572,9 @@ public override void Parse(Stream s)
2571
2572
2573
for (int i = 0; i < this.EntryIdCount; i++)
2574
{
2575
+ var cb = this.ReadUint(); //See details on MS-OXNSPI 3.1.4.1.15 NspiModLinkAtt (Opnum 14) and 2.2.2.3 Binary_r Structure
2576
byte currentByte = this.ReadByte();
2577
s.Position -= 1;
-
2578
if (currentByte == 0x87)
2579
2580
EphemeralEntryID ephemeralEntryID = new EphemeralEntryID();
0 commit comments