內容:12個wrieshark的提示
1.【Packet size limited during capture】
在捕獲數據包大小有限,即包沒有抓全
2.【TCP previous segment not captured】
TCP前一段不是被俘,即缺失的那段數據在整個網絡都找不到(即排除了亂序)
3.【TCP ACKed unseen segment】
ACK包沒有被抓到
4.【TCP Out-of-Order】
TCP亂序
5.【TCP Dup ACK】
重復ACK
6.【TCP Fast Retransmission】
快速重傳
7.【TCP Retransmission】
超時重傳
8.【TCP zerowindow】
通知客戶不要再發送數據
9.【TCP window Full】
表示這個包的發送方已經把對方所聲明的接受窗口耗盡
10.【TCP segment of a reassembled PDU】
表示可以把屬於同一個應用層PDU的TCP包虛擬地集中起來
11.【Continuation to #】
12.【Time-to-live exceeded (Fragment reassembly time exceeded)】
包的重組超時
http://blog.csdn.net/chenlycly/article/details/52402945