wireshark
协议层 | 过滤指令 |
---|---|
ip | ip.addr == 1.1.1.1 ip.src == 1.1.1.1 ip.dst == 1.1.1.1 |
tcp | tcp.port == 80 tcp.srcport == 80 tcp.dstport == 80 tcp.len > 0 tcp.flags.fin == 1 |
协议层 | 过滤指令 |
---|---|
ip | ip.addr == 1.1.1.1 ip.src == 1.1.1.1 ip.dst == 1.1.1.1 |
tcp | tcp.port == 80 tcp.srcport == 80 tcp.dstport == 80 tcp.len > 0 tcp.flags.fin == 1 |