ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
July 17th, 2024 | 10:00am-11:55am SGT (UTC+8) | Online

Wireshark-bugs: [Wireshark-bugs] [Bug 10446] New: Incorrect MPEG-TS decoding (OPCR field)

Date: Fri, 05 Sep 2014 08:53:05 +0000
Bug ID 10446
Summary Incorrect MPEG-TS decoding (OPCR field)
Product Wireshark
Version Git
Hardware All
OS All
Status UNCONFIRMED
Severity Normal
Priority Low
Component Dissection engine (libwireshark)
Assignee [email protected]
Reporter [email protected]

Build Information:
Git 8df622bc
--
The decoding of the OPCR field in MPEG-TS packets is incorrect. As described in
ISO/IEC 13818-1, the OPCR field is 6 bytes long. But the dissector skips 6
additional bytes.

The relevant code is at epan/dissectors/packet-mp2t.c:986.

Note that the structure of the OPCR field is identical to the structure of the
PCR field, so they can be decoded the same way.

The bug was introduced in git commit 4118256.


You are receiving this mail because:
  • You are watching all bug changes.