Wireshark-commits: [Wireshark-commits] master eb37018: Universally use tvb_new_subset_length() rath

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Wed, 2 Mar 2016 05:41:23 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=eb37018610669eb776b015c8903ddd4b7ebb6099
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

eb37018 by Guy Harris (guy@xxxxxxxxxxxx):

    Universally use tvb_new_subset_length() rather than tvb_new_subset().
    
    Leave the job of computing the captured length up to the tvbuff code.
    
    Change-Id: If88e813ba7dee3516baf958b9fead26374d915ad
    Reviewed-on: https://code.wireshark.org/review/14276
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    

Actions performed:

    from  83a7afd   Rename some variables to make the relationship between lengths clearer.
    adds  eb37018   Universally use tvb_new_subset_length() rather than tvb_new_subset().


Summary of changes:
 epan/dissectors/packet-gprs-llc.c |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)