Wireshark过滤命令总结

1.表达式1

(tcp.flags.reset == 1)&&(tcp.seq == 1)

2.表达式2

(tcp.flags.syn == 1)&&(tcp.analysis.retransmission)