From a260f6a4e02598c25dcf9ae83bb2c2a0712a7a52 Mon Sep 17 00:00:00 2001 From: Jaap Keuter Date: Sun, 17 Jan 2021 20:17:14 +0100 Subject: [PATCH] Correct comment on expert values --- epan/proto.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/epan/proto.h b/epan/proto.h index 335e014789..5a86c2e4cd 100644 --- a/epan/proto.h +++ b/epan/proto.h @@ -799,7 +799,7 @@ typedef struct } crumb_spec_t; /* - * Flag fields. Do not assign values greater than 0x00000080 unless you + * Flag fields. Do not assign values greater than 0x000FFFFF unless you * shuffle the expert information upward; see below. */