PretendoNetwork / nintendo-wiki

Rehosted fork of https://github.com/kinnay/NintendoClients/wiki to accept PRs and GitHub Pages
MIT License
4 stars 1 forks source link

Update PIA `Monitoring Data` protocol #31

Open jonbarrow opened 3 weeks ago

jonbarrow commented 3 weeks ago

Resolves #XXX

Changes:

The new tables use a different style than the old ones because some of the data is confusingly documented in the old version. For example the PIA version field in Session Begin Monitoring Content version 18 is simply listed as a Uint32, when the actual data is individual bytes where each single byte makes up one section of the semver.

The data inSession Begin Monitoring Content versions 7 and 11 was found through a mix of REing data from network dumps directly as well as comparing to version 18 and using what lined up.