mpeg descriptor: fix Content Identifier Descriptor (0x76)

There is a wrong tag (0x77 instead of 0x76) in a description
comment in packet-mpeg-descriptor.c.
This commit is contained in:
Roman Volkov 2022-02-19 15:35:41 +02:00 committed by Jaap Keuter
parent 6bbddaa9c8
commit 30b9474aaa
1 changed files with 1 additions and 1 deletions

View File

@ -6245,7 +6245,7 @@ proto_register_mpeg_descriptor(void)
FT_STRING, BASE_NONE, NULL, 0, NULL, HFILL
} },
/* 0x77 Content Identifier Descriptor */
/* 0x76 Content Identifier Descriptor */
{ &hf_mpeg_descr_content_identifier_crid_type, {
"CRID Type", "mpeg_descr.content_identifier.crid_type",
FT_UINT8, BASE_HEX, VALS(mpeg_descr_content_identifier_crid_type_vals),