aboutsummaryrefslogtreecommitdiffstats
path: root/epan/proto.h
diff options
context:
space:
mode:
authorJaap Keuter <jaap.keuter@xs4all.nl>2021-01-17 20:17:14 +0100
committerWireshark GitLab Utility <gerald+gitlab-utility@wireshark.org>2021-01-17 20:08:10 +0000
commita260f6a4e02598c25dcf9ae83bb2c2a0712a7a52 (patch)
tree1dfd6ed2ca67edd55d8f4c7327f2453635ba6739 /epan/proto.h
parent2132b3bd409d47fc804a9e1a25e07a617ad4958d (diff)
Correct comment on expert values
Diffstat (limited to 'epan/proto.h')
-rw-r--r--epan/proto.h2
1 files changed, 1 insertions, 1 deletions
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.
*/