mpeg pes: unify PES header bit fields displaying

Add a bit-mask for 'scrambling-control' field to add a displaying of
bits occupied by the field.
This commit is contained in:
Roman Volkov 2022-01-05 16:06:40 +02:00 committed by A Wireshark GitLab Utility
parent 59012e34df
commit 5573d3c4e8
1 changed files with 1 additions and 1 deletions

View File

@ -1039,7 +1039,7 @@ proto_register_mpeg_pes(void)
"BOOLEAN", HFILL }},
{ &hf_mpeg_pes_scrambling_control,
{ "scrambling-control", "mpeg-pes.scrambling_control",
FT_UINT32, BASE_DEC, VALS(mpeg_pes_T_scrambling_control_vals), 0,
FT_UINT8, BASE_DEC, VALS(mpeg_pes_T_scrambling_control_vals), 0x30,
NULL, HFILL }},
{ &hf_mpeg_pes_priority,
{ "priority", "mpeg-pes.priority",