Wireshark-commits: [Wireshark-commits] master 6da5168: [mp2t] use the correct file infomation for P

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 26 Nov 2015 20:15:18 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=6da516821d24b8857fe3a55703e517db0106d23c
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

6da5168 by Martin Kaiser (wireshark@xxxxxxxxx):

    [mp2t] use the correct file infomation for PCR detection
    
    when we check for an mpeg2 transport stream, we're trying to detect an
    initial offset before the first sync byte and the length of additional
    data appended to each packet
    
    use those values when we go through the file again and verify the PCR
    
    Bug: 11749
    Change-Id: Iab03cb271d23d38f850ca857b64ca47ba4501175
    Reviewed-on: https://code.wireshark.org/review/12183
    Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
    

Actions performed:

    from  42e3d9a   PCEP: support of "PCEP Extensions for Establishing Relationships Between Sets of LSPs", draft-ietf-pce-association-group-00
    adds  6da5168   [mp2t] use the correct file infomation for PCR detection


Summary of changes:
 wiretap/mp2t.c |   20 +++++++++++++-------
 1 file changed, 13 insertions(+), 7 deletions(-)