Wireshark-commits: [Wireshark-commits] master a596d26: TLS: workaround broken TLS reassembly with m

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sun, 03 Nov 2019 23:00:14 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=a596d269e8d39674a1ac336c6d80eeabeae25522
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

a596d26 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>
    

Actions performed:

    from  c02b39b   gsm_a_bssmap: Fix Dead Store
     add  a596d26   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(-)