Let’s catpure for example only tcp-packets with syn or ack-flag set:
tcpdump "tcp[tcpflags] & (tcp-syn|tcp-ack) != 0"
FUN WITH LINUX
3 March 2016
Let’s catpure for example only tcp-packets with syn or ack-flag set:
tcpdump "tcp[tcpflags] & (tcp-syn|tcp-ack) != 0"
Linux
Sysadmin
Network
]
Copyright 2015-present Hoti