欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

UDP Header:Wireshark抓包解

程序员文章站 2022-07-14 18:45:55
...

一、UDP Header

              0      7 8     15 16    23 24    31
             +--------+--------+--------+--------+
             |     Source      |   Destination   |
             |      Port       |      Port       |
             +--------+--------+--------+--------+
             |                 |                 |
             |     Length      |    Checksum     |
             +--------+--------+--------+--------+
             |
             |          data octets ...
             +---------------- ...

                  User Datagram Header Format

二、wireshark抓包

UDP Header:Wireshark抓包解

三、资料

UDP_Specification-rfc768 官方链接

UDP_Specification-rfc768.pdf 下载链接