• wireshark的提示



    内容: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


  • 相关阅读:
    Spring 学习笔记(4)依赖注入 DI
    05Spring之AOP
    01Spring核心概念
    06Spring之循环依赖
    04Spring之依赖注入
    09Spring 设计模式总结
    08Spring之事务
    01Servlet 回顾
    03Spring之Bean生命周期
    02Spring启动过程
  • 原文地址:https://www.cnblogs.com/tcheng/p/6018988.html
Copyright © 2020-2023  润新知