using ethernet on my laptop (192.168.1.23), which is installed wireshare, would like to capture the traffic from ip camera (192.168.1.63) to network vdieo recorder (192.168.1.245). i have tried by putting this "ip.src==192.168.1.63 and ip.dst==192.168.1.245" but nothing appear in wireshark. asked 20 Apr '17, 00:29 NICK007 |
One Answer:
Likely because you're on a switched network with all three items connected to that switch so your laptop won't see the traffic between the camera and the recorder. See the Wiki page on Ethernet Capturing Setup for more info. answered 20 Apr '17, 00:35 grahamb ♦ |
I got it! thanks for your help!!