Unix: show tcp packets Posted on 06/03/2012 by bigspoon TCP packets could be catched by tcpdump: tcpdump -n -i any 'tcp[tcpflags] & (tcp-syn|tcp-ack) == tcp-syn and port 80'