Wireshark-commits: [Wireshark-commits] master-3.0 2623492: TLS: workaround broken TLS reassembly wi
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 04 Nov 2019 14:08:52 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=26234929c263ac157270ecc015131839a4df6828
Submitter: "Peter Wu <peter@xxxxxxxxxxxxx>"
Changed: branch: master-3.0
Repository: wireshark

Commits:

2623492 by Peter Wu (peter@xxxxxxxxxxxxx):

    TLS: workaround broken TLS reassembly with multiple TLS records
    
    Break nested TLS in TLS in favor of keeping TLS reassembly working.
    
    Bug: 16109
    Change-Id: I10da5392635ea5224c1c7b31f24cebc45d8926ee
    Reviewed-on: https://code.wireshark.org/review/34942
    Petri-Dish: Peter Wu <peter@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    (cherry picked from commit a596d269e8d39674a1ac336c6d80eeabeae25522)
    Reviewed-on: https://code.wireshark.org/review/34956
    Reviewed-by: Peter Wu <peter@xxxxxxxxxxxxx>
    

Actions performed:

    from  56bffd9   macOS: Properly sign our extra packages.
     add  2623492   TLS: workaround broken TLS reassembly with multiple TLS records


Summary of changes:
 epan/dissectors/packet-tls.c | 18 +++++++++++++++++-
 1 file changed, 17 insertions(+), 1 deletion(-)