InterviewSolution
| 1. |
Solve : Sniffing Set top boxes? |
|
Answer» Hi all, Excellent tool for learning about your home network. Easy way to share folders and printers. Displays a visual map of your network in real time.But even the above report goes on to say it has limits. I'm using just wireshark to know what traffic is passing other than ssdp and udp streams, but it seems it only captures passively. and i'm doing this to analyse STB traffic / information it sends across the network.Your switch will be routing most of the traffic directly to the correct port (such as the one going out to the internet) so the PC doing the sniffing won't see many of the packets from the STB. Therefore you would need something like port mirroring however this of course requires a switch that supports it. A couple of cheaper options would be to connect the STB directly into your PC and use it to provide an internet connection to the box such as through Windows's internet connection sharing. You could also pick up a cheap, used *hub* as this will blindly forward packets to all ports allowing you to sniff them (much like you get with a switch with port mirroring).thanks cameron, that was quite informative from you, so now another question is .. can i setup a server which STB communicates directly to on my MACHINE? if yes does anyone has such information on kind of server that has to be setup? |
|