Just curious why most packet sniffers are limited to their segment? is it the nature of a gateway to block the attempt outside a subnet?
cheers
Just curious why most packet sniffers are limited to their segment? is it the nature of a gateway to block the attempt outside a subnet?
cheers
If I understand what your asking correctly. Then the limitations are not imposed by the sniffer itself, but are limited by what it can see physically going past on the wire.
What you'll be able to sniff is mainly limited by the placement of your sniffer and the type of network you are on. For example on a network using a Hub you'll be able to see all the traffic being sent to every machine connected to that hub, but on a switched network most likely you'll only be able to see the traffic that is destined for you.
if segment = subnet, then they are limited because the router doesnt broadcast all the traffic to everyone (hubs however do* in some cases) and on a switched network you will only see the traffic for your pc and not all the traffic on the network... read up on Router vs Switch vs Hub vs Bridge and youll understand...
Just curious why most packet sniffers are limited to their segment?
What are you defining as "their" segment? Packet sniffing only works by listening to packets that are medium that the sniffer can listen to. If the medium has lots of people talking on it, it can hear them. But if people are miles away talking on a different medium, it is physically impossible for your sniffer to pick up those packets unless it is physically connected to that medium.
The only reason this works at all is that Ethernet is generally a broadcast medium (like a bus). Modern networks change this from a bus to a switched network which make it a star network.