утилиты_для_тестирования_сети

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
утилиты_для_тестирования_сети [2022/03/01 15:47]
val [tcpdump]
утилиты_для_тестирования_сети [2026/03/29 12:11] (current)
val [tcpdump]
Line 25: Line 25:
 ===== tcpdump ===== ===== tcpdump =====
 <​code>​ <​code>​
-linux# ​tcpdump -i any -n+linux# ​stdbuf ​-o0 tcpdump ​-niany | tee /​tmp/​log.dmp
  
 tcpdump -vn tcpdump -vn
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>​
  
утилиты_для_тестирования_сети.1646138832.txt.gz · Last modified: 2022/03/01 15:47 by val