zoukankan      html  css  js  c++  java
  • Wireshark网络分析实战笔记(三)基本信息统计工具的使用方法

    Capture File Properties:获取网络中数据包的整体信息


    用法:Statistics菜单条下Capture File Properties选项




    Protocol Hierarchy:获取网络中数据包所归属的协议层次


    用法:Statistics菜单条下Protocol Hierarchy选项




    Conversation:获取设备间的对话信息


    用法:StaFlow Graph:数据流图,查看TCP流tistics菜单条下Conversation选项





    Endpoint:与(数据包的发送或接收)端点有关的统计信息


    用法:Statistics菜单条下Endpoint选项





    与HTTP协议有关的信息统计工具


    Packet Counter:了解http数据包的总数。以及当中请求和响应数据包分别为多少

    用法:Statistics菜单条下HTTP选项中的Packet Counter



    Requests:请求訪问的web网站分布情况,以及所訪问web网站的详细资源(指向资源的url)

    用法:Statistics菜单条下HTTP选项中的Requests



    Load Distribution:了解数据包在各网站的分布情况

    用法:Statistics菜单条下HTTP选项中的Load Distribution





    Flow Graph:数据流图。查看TCP流


    用法:Statistics菜单条下Flow Graph选项





    生成与IP属性有关的统计信息


    All Addresses:生成与IP地址有关的统计信息

    用法:Statistics菜单条下IPv4 Statistics选项中的All Addresses


    Destinations and Ports:生成与指定IP目的地址和TCP/UDPport号有关的统计信息

    用法:Statistics菜单条下IPv4 Statistics选项中的Destinations and Ports



    IP Protocol Types:生成与IP协议类型有关的统计信息

    用法:Statistics菜单条下IPv4 Statistics选项中的IP Protocol Types





  • 相关阅读:
    获取web应用路径 // "/" 表示class 根目录
    C++ Knowledge series Inheritance & RTTI & Exception Handling
    ATL
    GCC & Maker
    NoSQL(Not Only SQL)
    ECMAScript Regex
    C++ Knowledge series Conversion & Constructor & Destructor
    Cloud Computing
    C++ Knowledge series STL & Const
    Java Knowledge series 7
  • 原文地址:https://www.cnblogs.com/clnchanpin/p/7227641.html
Copyright © 2011-2022 走看看