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 4171] Improve packet loss detection in for MPEG2 Transport

Date: Thu, 29 Oct 2009 05:48:54 -0700 (PDT)
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4171


Jesper Dangaard Brouer <jdb@xxxxxxx> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Attachment #3854|review_for_checkin?         |
               Flag|                            |
Attachment #3854 is|0                           |1
           obsolete|                            |




--- Comment #4 from Jesper Dangaard Brouer <jdb@xxxxxxx>  2009-10-29 05:48:52 PDT ---
Created an attachment (id=3862)
 --> (https://bugs.wireshark.org/bugzilla/attachment.cgi?id=3862)
[Patch 2/2 v2] Introduce an analysis tree and record/count drop info per TS
frame

Fixed some C-style violations in the second patch, obsoletes id=3854.

Ran the patch through the kernels checkpatch.pl script.
- Removed C99 "//" style comments.
- Added appropiate spacing around "=".


Description:
Improve packet loss detection in for MPEG2 Transport Streams.

Show info on number of skipped TS frames for each TS frame.

This adds an analysis tree, that can contain this info
(and future analysis info).

This also introduce a new datatype ts_analysis_data_t, which means that
pid_data and ts_data are no longer the same type.  This helps splitting
up info needed during sequential processing and viewing individual frames.

Signed-off-by: Jesper Dangaard Brouer <hawk@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.