Wireshark-commits: [Wireshark-commits] master-1.12 ca63aca: Multiple SSL content in one packet fix

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Wed, 7 Oct 2015 17:35:52 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=ca63acaae0e483454bae331fb14db2824a87f6d7
Submitter: Peter Wu (peter@xxxxxxxxxxxxx)
Changed: branch: master-1.12
Repository: wireshark

Commits:

ca63aca by Michal Pazdera (michal.pazdera@xxxxxxxxx):

    Multiple SSL content in one packet fix
    
    When SSL packet contains multiple encrypted contents the WS shows only the
    last record due the wrong indexing of the structure where the decrypted
    contents are stored. Should use tvb_raw_offset(tvb)+offset instead of
    offset as I think was intended.
    
    Added the same fix for DTLS.
    
    Bug: 11523
    Change-Id: I0a977a0e6ebe7c45e526fa5152b8614463abd4fa
    Reviewed-on: https://code.wireshark.org/review/10528
    Petri-Dish: Peter Wu <peter@xxxxxxxxxxxxx>
    Reviewed-by: Peter Wu <peter@xxxxxxxxxxxxx>
    Tested-by: Peter Wu <peter@xxxxxxxxxxxxx>
    (cherry picked from commit 9f171ee584719bf7e5bfb8a580ef9941a9012357)
    Reviewed-on: https://code.wireshark.org/review/10830
    Reviewed-by: Tomáš Kukosa <tomas.kukosa@xxxxxxxxx>
    

Actions performed:

    from  6a16287   [Automatic update for 2015-10-04]
    adds  ca63aca   Multiple SSL content in one packet fix


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