URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=5540df7a82a4a3ef0ce0b51536dd93d296b77483
Submitter: Peter Wu (peter@xxxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
5540df7 by Alexis La Goutte (alexis.lagoutte@xxxxxxxxx):
    TLS: Pass directly the handshake_type to dissect_hnd_hello_ext
    
    with TLS 1.3, there is a new 'Hello' type (Hello Retry Request)
    
    Change-Id: If7a11b70a5b0a69044126c50e1d6ab4e1d443f77
    Reviewed-on: https://code.wireshark.org/review/17573
    Reviewed-by: Peter Wu <peter@xxxxxxxxxxxxx>
    
Actions performed:
    from  c1d9ce4   TLS(1.3): Add new Hello extension list
    adds  5540df7   TLS: Pass directly the handshake_type to dissect_hnd_hello_ext
Summary of changes:
 epan/dissectors/packet-ssl-utils.c |   53 +++++++++++++++++++++++-------------
 1 file changed, 34 insertions(+), 19 deletions(-)