From a3673b97ea3abf1607e12218253029b05ab7ffce Mon Sep 17 00:00:00 2001 From: Jonathan Barrow Date: Thu, 25 Jan 2024 10:59:40 -0500 Subject: [PATCH] docs: add SpotPass section to network dumps docs --- docs/en_US/network-dumps.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/en_US/network-dumps.md b/docs/en_US/network-dumps.md index afb35af..4eaad69 100644 --- a/docs/en_US/network-dumps.md +++ b/docs/en_US/network-dumps.md @@ -10,7 +10,8 @@ In order to make this easier, we have developed a suite of internal tools to cap - [3DS (HokakuCTR)](#3ds-hokakuctr) - [All (WireShark)](#all-wireshark) 3. [HTTP Packets](#http-packets) -4. [High Priority Games](#high-priority-games) +4. [SpotPass](#spotpass) +5. [High Priority Games](#high-priority-games)

Security Warning

@@ -107,6 +108,9 @@ Once you have the proxy server running and your console connected to it, use the For advanced usage of the proxy server, see https://github.com/PretendoNetwork/mitmproxy-nintendo +# SpotPass +SpotPass data, also called BOSS content, is sent using HTTP. In order to archive SpotPass content, see the above [HTTP Packets](#http-packets) section. For a list of games which use SpotPass content and still need to be archived, see [this spreadhseet](https://docs.google.com/spreadsheets/d/1qU0o7zxILAZcI83nOidr1QSrM0maVp6OGdBqg0xwul0/edit?usp=sharing). Currently the spreadhseet only tracks Wii U titles. We are working on creating a list of 3DS titles as well. If you are uploading SpotPass captures, please include the name of the title in your description. + # High Priority Games While all games are important to capture dumps for, this is a list of games we have identified as being high priority. All games on Nintendo Network share a common set of protocols used to implement the games online features, making it easy to use work from one game on many others. However these games have game-specific patches to their protocols, or even entirely custom ones, making this much harder to work with, especially after the official servers go down. Dumps for these games are considered high priority, but they should not be the only games dumped for. All games are important.