-
Notifications
You must be signed in to change notification settings - Fork 160
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix ConversationIndex parsing (#813)
* shot circuit more loops * simplify and correct guid parsing in ci * improve conversationindex parsing * tighten and remove intermediate variables * Simplify reporttag * update mapistub * fix formatting
- Loading branch information
1 parent
37a5584
commit c2fd771
Showing
16 changed files
with
184 additions
and
127 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,5 @@ | ||
01CAE55B20E5FEE284D557D84277BAB585FBD4BB2BE900006F3E90 | ||
01 | ||
CAE55B20E5 | ||
FEE284D557D84277BAB585FBD4BB2BE9 | ||
00006F3E | ||
90 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,9 @@ | ||
01CA697FF84A28B660A5B37D4058B462AF2C2CE5CCA680011C476000005ABB40001A3E6490000246F8A00005A625B00009B7BBF0 | ||
01 | ||
CA697FF84A | ||
28B660A5B37D4058B462AF2C2CE5CCA6 | ||
80011C4760 | ||
00005ABB40 | ||
001A3E6490 | ||
000246F8A0 | ||
0005A625B0 | ||
0009B7BBF0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,11 @@ | ||
Conversation Index | ||
Unnamed byte = 0x01 = 1 | ||
Current FILETIME: (Low = 0x20E50000, High = 0x01CAE55B) = 04:11:29.014 PM 4/26/2010 | ||
GUID = {FEE284D5-57D8-4277-BAB5-85FBD4BB2BE9} | ||
Current FILETIME: 04:10:33.827 PM 4/26/2010 | ||
LowDateTime = 0x20E5 | ||
HighDateTime = 0x01CAE55B | ||
GUID = {D584E2FE-D857-7742-BAB5-85FBD4BB2BE9} | ||
ResponseLevel[0] | ||
DeltaCode = 0 | ||
TimeDelta = 0x00006F3E = 28478 | ||
Time = 04:23:00.361 PM 4/26/2010 | ||
TimeDelta = 0x00006F3E = 28478 | ||
Random = 0x09 = 9 | ||
ResponseLevel = 0x00 = 0 |
28 changes: 18 additions & 10 deletions
28
UnitTest/SmartViewTestData/Out/CONVERSATIONINDEX-out-2.dat
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,39 +1,47 @@ | ||
Conversation Index | ||
Unnamed byte = 0x01 = 1 | ||
Current FILETIME: (Low = 0x06360000, High = 0x01CB8689) = 06:55:38.303 PM 11/17/2010 | ||
GUID = {77A2CE55-DFB0-4D19-9A5F-3C0723B540DB} | ||
Current FILETIME: 06:55:27.883 PM 11/17/2010 | ||
LowDateTime = 0x0636 | ||
HighDateTime = 0x01CB8689 | ||
GUID = {55CEA277-B0DF-194D-9A5F-3C0723B540DB} | ||
ResponseLevel[0] | ||
DeltaCode = 0 | ||
TimeDelta = 0x00005D40 = 23872 | ||
Time = 07:05:53.673 PM 11/17/2010 | ||
TimeDelta = 0x00005D40 = 23872 | ||
Random = 0x07 = 7 | ||
ResponseLevel = 0x00 = 0 | ||
ResponseLevel[1] | ||
DeltaCode = 0 | ||
TimeDelta = 0x00664616 = 6702614 | ||
Time = 07:43:52.887 PM 11/19/2010 | ||
TimeDelta = 0x00664616 = 6702614 | ||
Random = 0x0D = 13 | ||
ResponseLevel = 0x00 = 0 | ||
ResponseLevel[2] | ||
DeltaCode = 0 | ||
TimeDelta = 0x00000D12 = 3346 | ||
Time = 06:56:55.596 PM 11/17/2010 | ||
TimeDelta = 0x00000D12 = 3346 | ||
Random = 0x03 = 3 | ||
ResponseLevel = 0x00 = 0 | ||
ResponseLevel[3] | ||
DeltaCode = 0 | ||
TimeDelta = 0x0000C7FE = 51198 | ||
Time = 07:17:50.008 PM 11/17/2010 | ||
TimeDelta = 0x0000C7FE = 51198 | ||
Random = 0x0D = 13 | ||
ResponseLevel = 0x00 = 0 | ||
ResponseLevel[4] | ||
DeltaCode = 0 | ||
TimeDelta = 0x00001445 = 5189 | ||
Time = 06:57:43.909 PM 11/17/2010 | ||
TimeDelta = 0x00001445 = 5189 | ||
Random = 0x03 = 3 | ||
ResponseLevel = 0x00 = 0 | ||
ResponseLevel[5] | ||
DeltaCode = 0 | ||
TimeDelta = 0x0236274C = 37103436 | ||
Time = 01:06:12.196 AM 11/29/2010 | ||
TimeDelta = 0x0236274C = 37103436 | ||
Random = 0x0B = 11 | ||
ResponseLevel = 0x00 = 0 | ||
ResponseLevel[6] | ||
DeltaCode = 0 | ||
TimeDelta = 0x00001865 = 6245 | ||
Time = 06:58:11.592 PM 11/17/2010 | ||
TimeDelta = 0x00001865 = 6245 | ||
Random = 0x05 = 5 | ||
ResponseLevel = 0x00 = 0 |
25 changes: 16 additions & 9 deletions
25
UnitTest/SmartViewTestData/Out/CONVERSATIONINDEX-out-3.dat
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,34 +1,41 @@ | ||
Conversation Index | ||
Unnamed byte = 0x01 = 1 | ||
Current FILETIME: (Low = 0xF84A0000, High = 0x01CA697F) = 01:22:48.084 AM 11/20/2009 | ||
GUID = {28B660A5-B37D-4058-B462-AF2C2CE5CCA6} | ||
Current FILETIME: 01:15:51.530 AM 11/20/2009 | ||
LowDateTime = 0xF84A | ||
HighDateTime = 0x01CA697F | ||
GUID = {A560B628-7DB3-5840-B462-AF2C2CE5CCA6} | ||
ResponseLevel[0] | ||
DeltaCode = 0 | ||
TimeDelta = 0x00011C47 = 72775 | ||
Time = 01:47:39.283 AM 11/20/2009 | ||
TimeDelta = 0x00011C47 = 72775 | ||
Random = 0x06 = 6 | ||
ResponseLevel = 0x00 = 0 | ||
ResponseLevel[1] | ||
DeltaCode = 0 | ||
TimeDelta = 0x00005ABB = 23227 | ||
Time = 01:26:00.412 AM 11/20/2009 | ||
TimeDelta = 0x00005ABB = 23227 | ||
Random = 0x04 = 4 | ||
ResponseLevel = 0x00 = 0 | ||
ResponseLevel[2] | ||
DeltaCode = 0 | ||
TimeDelta = 0x001A3E64 = 1719908 | ||
Time = 01:47:17.886 PM 11/20/2009 | ||
TimeDelta = 0x001A3E64 = 1719908 | ||
Random = 0x09 = 9 | ||
ResponseLevel = 0x00 = 0 | ||
ResponseLevel[3] | ||
DeltaCode = 0 | ||
TimeDelta = 0x000246F8 = 149240 | ||
Time = 02:21:03.767 AM 11/20/2009 | ||
TimeDelta = 0x000246F8 = 149240 | ||
Random = 0x0A = 10 | ||
ResponseLevel = 0x00 = 0 | ||
ResponseLevel[4] | ||
DeltaCode = 0 | ||
TimeDelta = 0x0005A625 = 370213 | ||
Time = 03:57:36.442 AM 11/20/2009 | ||
TimeDelta = 0x0005A625 = 370213 | ||
Random = 0x0B = 11 | ||
ResponseLevel = 0x00 = 0 | ||
ResponseLevel[5] | ||
DeltaCode = 0 | ||
TimeDelta = 0x0009B7BB = 636859 | ||
Time = 05:54:06.407 AM 11/20/2009 | ||
TimeDelta = 0x0009B7BB = 636859 | ||
Random = 0x0F = 15 | ||
ResponseLevel = 0x00 = 0 |
25 changes: 16 additions & 9 deletions
25
UnitTest/SmartViewTestData/Out/CONVERSATIONINDEX-out-4.dat
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,34 +1,41 @@ | ||
Conversation Index | ||
Unnamed byte = 0x01 = 1 | ||
Current FILETIME: (Low = 0xF84A0000, High = 0x01CA697F) = 01:22:48.084 AM 11/20/2009 | ||
GUID = {28B660A5-B37D-4058-B462-AF2C2CE5CCA6} | ||
Current FILETIME: 01:15:51.530 AM 11/20/2009 | ||
LowDateTime = 0xF84A | ||
HighDateTime = 0x01CA697F | ||
GUID = {A560B628-7DB3-5840-B462-AF2C2CE5CCA6} | ||
ResponseLevel[0] | ||
DeltaCode = 1 | ||
TimeDelta = 0x00011C47 = 72775 | ||
Time = 06:13:19.625 PM 11/20/2009 | ||
TimeDelta = 0x00011C47 = 72775 | ||
Random = 0x06 = 6 | ||
ResponseLevel = 0x00 = 0 | ||
ResponseLevel[1] | ||
DeltaCode = 0 | ||
TimeDelta = 0x00005ABB = 23227 | ||
Time = 01:26:00.412 AM 11/20/2009 | ||
TimeDelta = 0x00005ABB = 23227 | ||
Random = 0x04 = 4 | ||
ResponseLevel = 0x00 = 0 | ||
ResponseLevel[2] | ||
DeltaCode = 0 | ||
TimeDelta = 0x001A3E64 = 1719908 | ||
Time = 01:47:17.886 PM 11/20/2009 | ||
TimeDelta = 0x001A3E64 = 1719908 | ||
Random = 0x09 = 9 | ||
ResponseLevel = 0x00 = 0 | ||
ResponseLevel[3] | ||
DeltaCode = 0 | ||
TimeDelta = 0x000246F8 = 149240 | ||
Time = 02:21:03.767 AM 11/20/2009 | ||
TimeDelta = 0x000246F8 = 149240 | ||
Random = 0x0A = 10 | ||
ResponseLevel = 0x00 = 0 | ||
ResponseLevel[4] | ||
DeltaCode = 0 | ||
TimeDelta = 0x0005A625 = 370213 | ||
Time = 03:57:36.442 AM 11/20/2009 | ||
TimeDelta = 0x0005A625 = 370213 | ||
Random = 0x0B = 11 | ||
ResponseLevel = 0x00 = 0 | ||
ResponseLevel[5] | ||
DeltaCode = 0 | ||
TimeDelta = 0x0009B7BB = 636859 | ||
Time = 05:54:06.407 AM 11/20/2009 | ||
TimeDelta = 0x0009B7BB = 636859 | ||
Random = 0x0F = 15 | ||
ResponseLevel = 0x00 = 0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.