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 Amazon S3 AWS Storage

Reference https://blog.csdn.net/jiuhebaobao/article/details/137256664