Why are some UDP packet checksums marked as unverified
I set UDP checksums to be verified if possible. I see some packets with a checksum status of "Good" but other packets have their checksum status labeled as "unverified." What would cause the status of some checksums to be marked as unverified?
Is the UDP encapsulated in another protocol?
... or is the size of the captured packets limited, so that part of the data is missing?
Display filters to find short frames:
frame.cap_len < frame.len
udp && _ws.short
Message may not be display in the
Info
column ifframe.disable_packet_size_limited_in_summary
set to false.