Capture the traffic from a specific interface, source, destination and destination port

tcpdump

tcpdump -i {{eth0}} src {{192.168.1.1}} and dst {{192.168.1.2}} and dst port {{80}}

click the source code to copy install tcpdump on any operating system with command-not-found.com