UDP: Add long help text for length field

Because it does include the 8 bytes of the header.
This commit is contained in:
Martin Mathieson 2021-09-02 20:09:54 +01:00
parent 8684ba27a2
commit 92fb6a72f8
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ static header_field_info hfi_udp_stream UDP_HFI_INIT =
static header_field_info hfi_udp_length UDP_HFI_INIT =
{ "Length", "udp.length", FT_UINT16, BASE_DEC, NULL, 0x0,
NULL, HFILL };
"Length in octets including this header and the data", HFILL };
static header_field_info hfi_udp_checksum UDP_HFI_INIT =
{ "Checksum", "udp.checksum", FT_UINT16, BASE_HEX, NULL, 0x0,