I am trying to find a way to read multiple ports using tcpdump. Suppose I have two ports, p1 and p2, and I want to read the traffic moving through both ports simultaneously. Is
tcpdump port 80 or port 3128
or, alternatively,
tcpdump port '(80 or 443)'