2022年11月7日 星期一

Common Wireshark Filter

Overall

Filter out TCP Keep-Alive packets in Wireshark and not DNS

!(tcp.flags.ack && tcp.len <= 1) and !(dns)

 

 

Element

Filter out TCP Keep-Alive packets in Wireshark

!(tcp.flags.ack && tcp.len <= 1) 

Not DNS

!(dns)






End

沒有留言:

張貼留言

2025 My Hardware Personal Computer Used

 2025 My Hardware Personal Computer Used Check Ubunut sudo dmidecode -t 2 sudo lsblk -o NAME,FSTYPE,LABEL,MOUNTPOINT,SIZE,MODEL 2025 Intel(R...