OfficeDev / Office-Inspectors-for-Fiddler

Microsoft Office (MAPI, WOPI, and FSSHTTP) inspectors for Fiddler
MIT License
83 stars 55 forks source link

Fix ropNotify Parsing #56

Closed stephenegriffin closed 2 years ago

stephenegriffin commented 2 years ago

Current ropNotify parsing relies on having a previous SetColumns to give us prop tags for parsing the table data. We may not always have this and should degrade more gracefully. Patched code just reads the byte array when tags (and thus data types) are unknown.

Also restored .gitignore