Wireshark-commits: [Wireshark-commits] master-2.0 68c9cc0: [mp2t] use the correct file infomation f

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sat, 28 Nov 2015 09:45:45 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=68c9cc0419dcb69b54378a95fe5c76214a888882
Submitter: Martin Kaiser (wireshark@xxxxxxxxx)
Changed: branch: master-2.0
Repository: wireshark

Commits:

68c9cc0 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>
    (cherry picked from commit 6da516821d24b8857fe3a55703e517db0106d23c)
    Reviewed-on: https://code.wireshark.org/review/12244
    Reviewed-by: Martin Kaiser <wireshark@xxxxxxxxx>
    

Actions performed:

    from  18a08f4   Qt: reload after applying parameters in UDP multicast dialog
    adds  68c9cc0   [mp2t] use the correct file infomation for PCR detection


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