ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

Wireshark-dev: Re: [Wireshark-dev] [PATCH] wiretap: Add MPEG PES.

From: "Shaun Jackman" <sjackman@xxxxxxxxx>
Date: Mon, 6 Aug 2007 09:08:08 -0700
On 8/6/07, Luis EG Ontanon <luis.ontanon@xxxxxxxxx> wrote:
> The patch is just to be able to open files with PES encoding.
> It doesn't add nothing to decoding.

The decoder is already written. It's in
epan/dissectors/packet-mpeg-pes.c. However, the decoder is only
currently hooked for being able to open a MPEG movie file. It doesn't
yet work for decoding a ISO/IEC 13818-1 Transport Stream (TS) packet
capture. If someone sends me a packet capture file, I can make it
happen.

Cheers,
Shaun