From 7e5b51ac317d6d581777db8aa9a644c0e6ed1262 Mon Sep 17 00:00:00 2001 From: IamWenboZhang Date: Mon, 6 May 2019 17:06:25 +0800 Subject: [PATCH] Updated the parse function of ModLinkAttRequest --- MAPIInspector/Source/Parsers/MSOXCMAPIHTTP.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/MAPIInspector/Source/Parsers/MSOXCMAPIHTTP.cs b/MAPIInspector/Source/Parsers/MSOXCMAPIHTTP.cs index 2e1f967..56d9c85 100644 --- a/MAPIInspector/Source/Parsers/MSOXCMAPIHTTP.cs +++ b/MAPIInspector/Source/Parsers/MSOXCMAPIHTTP.cs @@ -2504,6 +2504,7 @@ public override void Parse(Stream s) } #endregion 2.2.5.9 + #region 2.2.5.10 ModLinkAtt /// /// A class indicates the ModLinkAttRequest structure. @@ -2571,9 +2572,9 @@ public override void Parse(Stream s) for (int i = 0; i < this.EntryIdCount; i++) { + 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 byte currentByte = this.ReadByte(); s.Position -= 1; - if (currentByte == 0x87) { EphemeralEntryID ephemeralEntryID = new EphemeralEntryID();