aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-udp.c
diff options
context:
space:
mode:
authorMartin Mathieson <martin.r.mathieson@googlemail.com>2021-09-02 20:09:54 +0100
committerMartin Mathieson <martin.r.mathieson@googlemail.com>2021-09-02 20:09:54 +0100
commit92fb6a72f83749a464d28459b03645322cae6fd8 (patch)
treead8b15346cdd4d81bcc2ea8b5ba3385fb5001b1a /epan/dissectors/packet-udp.c
parent8684ba27a2332c70155de7b835b0c10e2e9d925e (diff)
UDP: Add long help text for length field
Because it does include the 8 bytes of the header.
Diffstat (limited to 'epan/dissectors/packet-udp.c')
-rw-r--r--epan/dissectors/packet-udp.c2
1 files changed, 1 insertions, 1 deletions
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,