tcpdump on dd-wrt router
- by Senica Gonzalez
I'm trying to capture packets from two devices on my network.
I have tcpdump installed on my dd-wrt router and working correctly.
However, the only packets I capture are broadcast packets when using a tcpdump statement that states only those two devices
./tcpdump -w /tmp/capture.pcap dst 192.168.3.105 or src 192.168.3.105 or dst 192.168.3.136…