Skip to content
Wireshark Wiki 中文翻译整理专题首页原始页面

UDT

UDT 是一种可靠的基于 UDP 的应用层数据传输协议,用于广域高速网络上的分布式数据密集型应用。

协议依赖

  • UDP: 通常,UDT 使用 UDP 作为其传输协议。

示例流量

 1 0.000000 10.0.0.11 -> 10.0.0.1 UDT UDT type: handshake id: 0 2 0.000072 10.0.0.1 -> 10.0.0.11 UDT UDT type: handshake id: c70e0893 3 0.000347 10.0.0.11 -> 10.0.0.1 UDT UDT type: handshake id: 0 4 0.000608 10.0.0.1 -> 10.0.0.11 UDT UDT type: handshake id: c70e0893 5 0.010183 10.0.0.11 -> 10.0.0.1 UDT UDT type: data seqno: 1304707562 msgno: 1 id: 1d4a3cae 6 0.010222 10.0.0.1 -> 10.0.0.11 UDT UDT type: ack id: c70e0893 7 0.010330 10.0.0.11 -> 10.0.0.1 UDT UDT type: ack2 id: 1d4a3cae 8 0.028902 10.0.0.11 -> 10.0.0.1 UDT UDT type: data seqno: 1304707563 msgno: 2 id: 1d4a3cae 9 0.028938 10.0.0.1 -> 10.0.0.11 UDT UDT type: ack id: c70e0893 10 0.029021 10.0.0.1 -> 10.0.0.11 UDT UDT type: data seqno: 1304707562 msgno: 1 id: c70e0893 11 0.029550 10.0.0.1 -> 10.0.0.11 UDT UDT type: data seqno: 1304707563 msgno: 2 id: c70e0893 12 0.029571 10.0.0.1 -> 10.0.0.11 UDT UDT type: data seqno: 1304707564 msgno: 2 id: c70e0893 13 0.029590 10.0.0.1 -> 10.0.0.11 UDT UDT type: data seqno: 1304707565 msgno: 2 id: c70e0893

Wireshark

UDT dissector 功能完整。它使用 UDP streams 上的启发式方法来检测 UDT streams。由于该启发式方法会在 flows 开始处查找 handshake exchanges,你可能需要手动将 dissector 设置为 UDT。

示例捕获文件

  • SampleCaptures/UDT.pcap

捕获过滤器

捕获时无法直接过滤 UDT 协议。不过,如果你知道所使用的 UDP 端口(见上文),就可以按该端口进行过滤。

外部链接

讨论

Imported from https://wiki.wireshark.org/UDT on 2020-08-11 23:27:02 UTC

相关 Wireshark Wiki 页面

网络分析技术档案