https://github.com/tsrberry/ldn_utils
[WIP] Utilities to help analyzing LDN communication
https://github.com/tsrberry/ldn_utils
ldn ldn-mitm nintendo-switch wireshark-dissector wireshark-lua
Last synced: 3 months ago
JSON representation
[WIP] Utilities to help analyzing LDN communication
- Host: GitHub
- URL: https://github.com/tsrberry/ldn_utils
- Owner: TSRBerry
- License: gpl-2.0
- Created: 2022-08-06T23:20:20.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-10-17T00:41:43.000Z (over 2 years ago)
- Last Synced: 2025-01-24T01:28:16.195Z (4 months ago)
- Topics: ldn, ldn-mitm, nintendo-switch, wireshark-dissector, wireshark-lua
- Language: Lua
- Homepage:
- Size: 52.7 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# LDN Utilities
[WIP] Small tools/scripts to help analyzing LDN communication
## Wireshark dissectors
- ldn_mitm
- ldn
### Ldn dissector progressCurrently the ldn plugin can only dissect the following packets:
- AdvertisementFrames
## Credits
In addition to everyone credited for helping me build [ldn_debug_logger](https://github.com/TSRBerry/ldn_debug_logger) I want to thank:
- [@kinnay](https://github.com/kinnay) for creating the [NintendoClients](https://github.com/kinnay/NintendoClients/wiki) wiki which made this process a lot easier and for answering the questions I had about the protocol.