Wireshark-commits: [Wireshark-commits] master 86a5bf5: TLS(1.3): update PSK extension for draft -18

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 9 Jan 2017 05:18:53 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=86a5bf5abe53457dd5cfbde33b4670b6bf3efc94
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

86a5bf5 by Peter Wu (peter@xxxxxxxxxxxxx):

    TLS(1.3): update PSK extension for draft -18
    
    Removed ke_modes and auth_modes fields, add
    identity.obfuscated_ticket_age and binders fields. (Note that binders
    field is not dissected further at this moment due to the lack of a pcap
    for verification.)
    
    Ping-Bug: 12779
    Change-Id: I9af7d93feb2352a494be2d5bda66d124267cf464
    Reviewed-on: https://code.wireshark.org/review/19462
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    Petri-Dish: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  45d967c   profinet: Skip comments in GSD file
    adds  86a5bf5   TLS(1.3): update PSK extension for draft -18


Summary of changes:
 epan/dissectors/packet-ssl-utils.c |  106 ++++++++++++++++--------------------
 epan/dissectors/packet-ssl-utils.h |   47 +++++++---------
 2 files changed, 66 insertions(+), 87 deletions(-)