From 92fb6a72f83749a464d28459b03645322cae6fd8 Mon Sep 17 00:00:00 2001 From: Martin Mathieson Date: Thu, 2 Sep 2021 20:09:54 +0100 Subject: UDP: Add long help text for length field Because it does include the 8 bytes of the header. --- epan/dissectors/packet-udp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'epan/dissectors/packet-udp.c') diff --git a/epan/dissectors/packet-udp.c b/epan/dissectors/packet-udp.c index 5b87ed7e60..2596637b28 100644 --- a/epan/dissectors/packet-udp.c +++ b/epan/dissectors/packet-udp.c @@ -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, -- cgit v1.2.3