Wireshark-commits: [Wireshark-commits] master eb1a63f: TLS13: add Key Update dissection

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sat, 11 Feb 2017 13:23:16 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=eb1a63f3bcd30e8e844f2a72ac9c3e7a82871638
Submitter: Peter Wu (peter@xxxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

eb1a63f by Peter Wu (peter@xxxxxxxxxxxxx):

    TLS13: add Key Update dissection
    
    Actual decryption support will be added later.
    
    Ping-Bug: 12779
    Change-Id: I3ff1f243fd0bd1467e84d8a6a5433c1fe71bbebf
    Reviewed-on: https://code.wireshark.org/review/20012
    Petri-Dish: Peter Wu <peter@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Peter Wu <peter@xxxxxxxxxxxxx>
    

Actions performed:

    from  746bbe7   ssl-utils: add length validation for Certificate handshake message
    adds  eb1a63f   TLS13: add Key Update dissection


Summary of changes:
 epan/dissectors/packet-dtls.c      |    1 +
 epan/dissectors/packet-ssl-utils.c |   24 ++++++++++++++++++++++++
 epan/dissectors/packet-ssl-utils.h |   16 ++++++++++++++--
 epan/dissectors/packet-ssl.c       |    4 ++++
 4 files changed, 43 insertions(+), 2 deletions(-)