This UDP header carries a nonzero checksum field that will be recomputed next.
The checksum field is filled
This UDP header carries checksum 0x779f. A zero value would mean something special in IPv4, but this toy datagram uses a real checksum.
checksum=0x779f
Read the field
The checksum field is the fourth word of the UDP header. Its displayed value is sliced from the exact header bytes.
checksum=0x779f
What it will cover
UDP checksum coverage includes more than this visible header. The next chapter adds the IP addresses and protocol byte through a pseudo-header.
protocol=17
Summary
The UDP header gives ports, length, and checksum as exact fields. The checksum is validated next, not trusted as a label.
checksum=0x779f