URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=eea63ae2a7f41332ae3b7da39513d184662494a2
Submitter: Peter Wu (peter@xxxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
eea63ae by Peter Wu (peter@xxxxxxxxxxxxx):
TLS: allow cipher information to be retrieved
In preparation for QUIC packet decryption, add a method to retrieve the
cipher used in a TLS session. (QUIC embeds the TLS handshake.)
Change-Id: If58e16bd0a01808dafa455ddc6c67ad23f33d7da
Reviewed-on: https://code.wireshark.org/review/26558
Petri-Dish: Peter Wu <peter@xxxxxxxxxxxxx>
Tested-by: Petri Dish Buildbot
Reviewed-by: Peter Wu <peter@xxxxxxxxxxxxx>
Actions performed:
from 184b943 QUIC: fully fix random access decryption, improve error messages
adds eea63ae TLS: allow cipher information to be retrieved
Summary of changes:
epan/dissectors/packet-ssl-utils.c | 6 ++++
epan/dissectors/packet-ssl-utils.h | 5 +++
epan/dissectors/packet-ssl.c | 69 ++++++++++++++++++++++++++++++++++++++
epan/dissectors/packet-ssl.h | 6 ++++
4 files changed, 86 insertions(+)