Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-bugs: [Wireshark-bugs] [Bug 3227] Implement packet loss detection in for MPEG2 Transpo

Date: Wed, 28 Jan 2009 04:52:36 -0800 (PST)
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3227


Jesper Dangaard Brouer <jdb@xxxxxxx> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Attachment #2708|                            |review_for_checkin?
               Flag|                            |




--- Comment #2 from Jesper Dangaard Brouer <jdb@xxxxxxx>  2009-01-28 04:52:36 PDT ---
Created an attachment (id=2708)
 --> (https://bugs.wireshark.org/bugzilla/attachment.cgi?id=2708)
Implement packet loss detection in for MPEG2 Transport Streams

Implement packet loss detection in for MPEG2 Transport Streams
(RFC 2250 / ISO/IEC 13818-1) in packet-mp2t.c.

Packet loss is detected by looking for gaps in the CC value (per pid)
in the TS subpackets.  The CC value can easily overflow, thus its
difficult to tell exactly how many packet were lost.  Thus, the filter
is defined as a flag value, named "mp2t.cc.drop".

Signed-off-by: Jesper Dangaard Brouer <hawk@xxxxxxx>
Reviewed-by: Martin Philip Topholm <mph@xxxxxxx>


-- 
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.