Wireshark-commits: [Wireshark-commits] rev 30789: /trunk/epan/dissectors/ /trunk/epan/dissectors/:
Date: Sun, 01 Nov 2009 11:00:04 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=30789

User: jake
Date: 2009/11/01 03:00 AM

Log:
 From Jesper Dangaard Brouer:
 This patch set improves packet loss detection in for MPEG2 Transport Streams
 (RFC 2250 / ISO/IEC 13818-1).
 1. Improve loss detection by counting skipped TS frames (currently we only
 detect a drop). (only store the info globally)
 2. Introduce an analysis tree and record/count the info per TS frame.

Directory: /trunk/epan/dissectors/
  Changes    Path             Action
  +121 -26   packet-mp2t.c    Modified