0

Context can be added to this question if needed - let me know in a comment.

I need to log the network activity of my Nintendo DSi. I tried WireShark and Microsoft Network Monitor but couldn't get either to find the info I wanted. The best I got was finding that "NintendoDS" had connected to the network, but I couldn't see any of the HTTP traffic it was generating.

As for manual solutions, I successfully redirected one of the domains I knew the DS was accessing to an HTTP listener I made in PHP, received the HTTP request, and sent a 404 response (thus generating an error on the DS's software and cleanly ending the connection).

Does anyone have any recommendations for how to track such network activity? All I really need to find out is what domains the DS is connecting to, so I can use the router's DNS to redirect them.

3
  • Can you configure a proxy for the DSi? Can you establish a wireless connection directly to your computer (i.e. have it appear as infrastructure, or an ad-hoc network)?
    – Daniel Beck
    Commented Oct 3, 2011 at 13:14
  • I can create an ad-hoc network on the computer, however the last time I tried that the DS was unable to connect to it (it would connect, then lose the connection a second later, re-establish, then lose it again, then give up) Commented Oct 3, 2011 at 13:16
  • How do you have wireshark setup? Here is a guide to various different methods of capturing using wireshark: wiki.wireshark.org/CaptureSetup/Ethernet. Here is a bunch of tools and scripts you may find useful: wiki.wireshark.org/Tools
    – MaQleod
    Commented Oct 3, 2011 at 14:05

2 Answers 2

0

I have an old Ethernet hub (not an Ethernet switch) I keep for this purpose.

Netgear EN104 hub Hubbing out

You could instead buy or hack a network tap

Ethernet Tap

There's an excellent article at the Wireshark Wiki which covers these and more (switch + monitoring port, man-in-the-middle …).

0

wireshark should eb able to do this, so perhaps you need to look at the physical arrangement of the network and place the wireshark listener further upstream.

personally, i'd use ntop for this.

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .