summaryrefslogtreecommitdiff
path: root/epan/proto.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/proto.c')
-rw-r--r--epan/proto.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/epan/proto.c b/epan/proto.c
index eeead6eb1b..00318d6585 100644
--- a/epan/proto.c
+++ b/epan/proto.c
@@ -7239,6 +7239,7 @@ tmp_fld_check_assert(header_field_info *hfinfo)
}
break;
case FT_BYTES:
+ case FT_UINT_BYTES:
/* Require bytes to have a "display type" that could
* add a character between displayed bytes.
*/