This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | |||
|
утилиты_для_тестирования_сети [2025/05/18 16:50] val [tcpdump] |
утилиты_для_тестирования_сети [2026/03/29 12:11] (current) val [tcpdump] |
||
|---|---|---|---|
| Line 41: | Line 41: | ||
| #https://unix.stackexchange.com/questions/466584/tcpdump-tshark-view-only-outgoing-tcp-connections-requests | #https://unix.stackexchange.com/questions/466584/tcpdump-tshark-view-only-outgoing-tcp-connections-requests | ||
| server# tcpdump -i any -nn src host 192.168.X.10 and "tcp[tcpflags] == tcp-syn" | server# tcpdump -i any -nn src host 192.168.X.10 and "tcp[tcpflags] == tcp-syn" | ||
| + | |||
| + | tcpdump -nniany 'tcp[tcpflags] & (tcp-rst) != 0' | ||
| </code> | </code> | ||