Wireshark-commits: [Wireshark-commits] master 7c75370: ssl: fix wrong detection of non-resumed rene
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Tue, 30 Aug 2016 08:15:46 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=7c753702242dff9f73a960911907120203196248
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

7c75370 by Peter Wu (peter@xxxxxxxxxxxxx):

    ssl: fix wrong detection of non-resumed renegotiated session
    
    If the heuristics fail to detect a resumed session, then it must mark
    the session as a normal session. This will also prevent from
    applying secrets that do not apply to this renegotiated session.
    
    Bug: 12793
    Change-Id: I90f794a7bbaf7f1839e39656ac318183ecf48887
    Reviewed-on: https://code.wireshark.org/review/17376
    Petri-Dish: Peter Wu <peter@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  cbd3648   GTP: add new RAT Type values
    adds  7c75370   ssl: fix wrong detection of non-resumed renegotiated session


Summary of changes:
 epan/dissectors/packet-ssl-utils.c |    2 ++
 1 file changed, 2 insertions(+)