mp2t: add descriptions for additional reserved PIDs

According modern EN 300 468 releases reserved PID list includes not
only range 0x00...0x0F from ISO 13818-1 but 0x10...0x1F also.
I added descriptions of the second ones from DVB BlueBook A038r14.

Formally, due to old ISO 13818-1, values 0x10...0x1F (among others)
may be used freely for other purposes but I didn't see such appliance.
This commit is contained in:
Roman Volkov 2022-01-08 23:20:43 +02:00 committed by A Wireshark GitLab Utility
parent af8e134b18
commit 21833071dc
1 changed files with 16 additions and 0 deletions

View File

@ -177,6 +177,22 @@ static const value_string mp2t_pid_vals[] = {
{ 0x000D, "Reserved" },
{ 0x000E, "Reserved" },
{ 0x000F, "Reserved" },
{ 0x0010, "Network Information or Stuffing Table" },
{ 0x0011, "Service Description or Bouquet Association or Stuffing Table" },
{ 0x0012, "Event Information or Stuffing or Content Identifier Table" },
{ 0x0013, "Running Status or Stuffing Table" },
{ 0x0014, "Time and Date or Time Offset or Stuffing Table" },
{ 0x0015, "Network Synchronization" },
{ 0x0016, "Resolution Authority Record Notification Table" },
{ 0x0017, "Reserved For Future Use" },
{ 0x0018, "Reserved For Future Use" },
{ 0x0019, "Reserved For Future Use" },
{ 0x001A, "Reserved For Future Use" },
{ 0x001B, "Reserved For Future Use" },
{ 0x001C, "Inband Signaling" },
{ 0x001D, "Measurement" },
{ 0x001E, "Discontinuity Information Table" },
{ 0x001F, "Selection Information Table" },
{ 0x1FFE, "DOCSIS Data-over-cable well-known PID" },
{ 0x1FFF, "Null packet" },
{ 0, NULL }