URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=7319887c3169adba91d0f3fd1b5201354e246979
Submitter: Peter Wu (peter@xxxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
7319887 by Alexis La Goutte (alexis.lagoutte@xxxxxxxxx):
TLS(1.3): Fix Server Hello
There is no session_id and compression method with TLS 1.3 Server Hello
Also no time on first bytes of random field
Bug: 12779
Change-Id: Id79221c2ad50695cf6d46cd5c9255deab99e2d2c
Reviewed-on: https://code.wireshark.org/review/17225
Reviewed-by: Peter Wu <peter@xxxxxxxxxxxxx>
Actions performed:
from 778f7c5 TLS(1.3): Add TLS 1.3 value for version Handshake
adds 7319887 TLS(1.3): Fix Server Hello
Summary of changes:
epan/dissectors/packet-ssl-utils.c | 82 ++++++++++++++++++++----------------
epan/dissectors/packet-ssl-utils.h | 10 ++++-
2 files changed, 54 insertions(+), 38 deletions(-)