0. 实验文件地址

http://www-net.cs.umass.edu/wireshark-labs/Wireshark_UDP_v7.0.pdf
Wireshark Lab: UDP v7.0

1. The Assignment

Wireshark Lab: UDP v7.0
Wireshark Lab: UDP v7.0
I downloaded the zip.

1.1 Packets Display

Wireshark Lab: UDP v7.0

1.2 Question & Answer

Wireshark Lab: UDP v7.0

  1. Wireshark Lab: UDP v7.0
  2. From above picture, we can see the length of UDP is 58 bytes, the length of the UDP payload is 50 bytes, so the length of each of the UDP header fields is 58 - 50 = 8 bytes. You can verify the packet whose length is 93 bytes.
  3. The length indicates the number of bytes in the UDP segment(header plus data).
  4. 50 bytes.
  5. Wireshark Lab: UDP v7.0
    From above picture, we can see source port number is 4334, the hexadecimal is 10ee. So when the hexadecimal is ffff, the largest source possible port number is 65535.
  6. Wireshark Lab: UDP v7.0
    The hexadecimal is 11, the decimal is 17.
  7. Wireshark Lab: UDP v7.0
    Wireshark Lab: UDP v7.0

相关文章:

  • 2022-12-23
  • 2021-06-18
  • 2021-11-25
  • 2021-11-14
  • 2021-11-22
  • 2021-12-19
  • 2021-04-21
  • 2021-06-19
猜你喜欢
  • 2022-01-07
  • 2021-05-20
  • 2021-10-01
  • 2021-07-27
  • 2022-01-09
  • 2021-11-05
  • 2022-01-09
相关资源
相似解决方案