TCP packets could be catched by tcpdump:
tcpdump -n -i any 'tcp[tcpflags] & (tcp-syn|tcp-ack) == tcp-syn and port 80'
Unix: show tcp packetsTCP packets could be catched by tcpdump: tcpdump -n -i any 'tcp[tcpflags] & (tcp-syn|tcp-ack) == tcp-syn and port 80' |
Leave a Reply