Wireshark-commits: [Wireshark-commits] master 4b83805: mp2t: use tvb_new_subset_remaining() instead

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sun, 10 Jul 2016 15:09:57 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=4b83805412d84e8c32742df75317f76728c998ed
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

4b83805 by Martin Kaiser (wireshark@xxxxxxxxx):

    mp2t: use tvb_new_subset_remaining() instead of tvb_new_proxy()
    
    the latter is internal to the tvb code and not meant to
    be called from a dissector
    
    Change-Id: Iee5af3d59329aeef8156f0bbbd5c765cac4e314d
    Reviewed-on: https://code.wireshark.org/review/16364
    Petri-Dish: Martin Kaiser <wireshark@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  de796aa   [Automatic update for 2016-07-10]
    adds  4b83805   mp2t: use tvb_new_subset_remaining() instead of tvb_new_proxy()


Summary of changes:
 epan/dissectors/packet-mp2t.c |    4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)