Concept Flow - UDP datagram structure
Start UDP Datagram
Read Source Port (16 bits)
Read Destination Port (16 bits)
Read Length (16 bits)
Read Checksum (16 bits)
Read Data (Payload)
End of Datagram
The UDP datagram is read step-by-step from the header fields to the data payload, starting with source port and ending with the data.