melonDS-emu / melonDS

DS emulator, sorta
https://melonds.kuribo64.net
GNU General Public License v3.0
3.03k stars 500 forks source link

[Feature Request] Add support for capturing network packets #1152

Open zurgeg opened 3 years ago

zurgeg commented 3 years ago

Hi, I'm working on an experiment working with Pictochat, however, my Wi-Fi adapter doesn't support packet sniffing, I turned to melonDS, which let me run Pictochat fine, however, there appears to be no feature to sniff packets. Would it be possible to add a feature like this?

RSDuck commented 3 years ago

theoretically yes though it's super niche. You're probably better off just putting your code here: https://github.com/Arisotura/melonDS/blob/master/src/frontend/qt_sdl/Platform.cpp#L326-L392 and start sniffing packages today.