wireshark-display-filters Posted on 2021-05-21 Edited on 2023-09-27 常用 filter 过滤源ip.src_host == 127.0.0.1 过滤目标ip.dst_host == 127.0.0.1 过滤端口tcp.port == 443 过滤flagtcp.flags.syn==1 逻辑运算(ip.src_host == 127.0.0.1 || ip.src_host == 127.0.0.2) && tcp.port == 443 && tcp.flags.syn==1