I am running tcpdump on a GL-iNet Puli router, which is running OpenWRT. Using the tcpdump i want to capture all http traffic between a device on the wlan0 and a remote server. I have been testing tcpdump with the command:
tcpdump -i any -X -v -w captures.pcap
I am able to capture HTTP request sent from the device to the remote server which i am analyzing with WireShark, but not able to capture the responses from the server. I know that the server is sending responses back, and that the device is able to receive them, as i have confirmed this on the device.