diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/notes.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/notes.md b/docs/notes.md index 6043bfa..21eef78 100644 --- a/docs/notes.md +++ b/docs/notes.md @@ -87,4 +87,10 @@ source: <https://git.pipeframe.xyz/fork/melonDS> - comment @ src/Wifi.cpp:46 "multiplayer host TX sequence" - references to `RFTransfer_Type{2,3}` @ <https://www.problemkaputt.de/gbatek.htm#dswifirfchip> - nintendo ds ni-fi protocol @ <https://web.archive.org/web/20090202194241/http://masscat.afraid.org/ninds/proto_info.php> +- melonDS emulates actual 802.11b frames +- the protocol does not appear to be encrypted: + ![](../assets/ws-no-encrypt.png) + the string `lork` is visible as plain text in the hexdump (offset 0x0056), which appears to + be some kind of 16-bit encoding of the username set on the emulator used to + capture these packets |