aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-mpeg-descriptor.c
diff options
context:
space:
mode:
authorRoman Volkov <volkoff_roman@ukr.net>2022-02-19 15:35:41 +0200
committerJaap Keuter <jaap.keuter@xs4all.nl>2022-02-19 16:40:19 +0000
commit30b9474aaa50b75acfdd88706b458beff1b72498 (patch)
tree2f53cb9e1b05e9dc745956734afa8ce16cc049c0 /epan/dissectors/packet-mpeg-descriptor.c
parent6bbddaa9c830f146b7170fc81f9366453a35ce13 (diff)
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.
Diffstat (limited to 'epan/dissectors/packet-mpeg-descriptor.c')
-rw-r--r--epan/dissectors/packet-mpeg-descriptor.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-mpeg-descriptor.c b/epan/dissectors/packet-mpeg-descriptor.c
index 0bee4b0dfa..a172e530f9 100644
--- a/epan/dissectors/packet-mpeg-descriptor.c
+++ b/epan/dissectors/packet-mpeg-descriptor.c
@@ -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),