Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-commits: [Wireshark-commits] master 1bf4efd: ssl, dtls: convert from tvb_length

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 10 Jul 2014 11:00:13 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=1bf4efd85046b7f1d323ac8f809863cbcdd200f8
Submitter: Alexis La Goutte (alexis.lagoutte@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

1bf4efd by Peter Wu (peter@xxxxxxxxxxxxx):

    ssl,dtls: convert from tvb_length
    
    Every occurrence of tvb_length* has been converted to
    tvb_reported_length* except some dtls lines.
    
    Change-Id: I0faac315cdf5d17c0af18be177aacd076ff86cff
    Reviewed-on: https://code.wireshark.org/review/2977
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    

Actions performed:

    from  e1bad3c   Remove a useless line now that nghttp2 library has moved to /epan
    adds  1bf4efd   ssl,dtls: convert from tvb_length


Summary of changes:
 epan/dissectors/packet-dtls.c |   12 ++++++------
 epan/dissectors/packet-ssl.c  |   12 ++++++------
 2 files changed, 12 insertions(+), 12 deletions(-)