URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=e0cf8b6ccfdde4a256645979f39b2e46b92e963c
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
e0cf8b6 by Peter Wu (peter@xxxxxxxxxxxxx):
ssl: add expert info for session resumption
Add expert info to the Change Cipher Spec tree when session resumption
is detected. This can be used as hint that decryption using a RSA key
file will not succeed because of missing key material.
The name of this expert info is "ssl.resumed" or "dtls.resumed" and the
expert info message is "This session reuses previously negotiated keys
(Session resumption)".
Change-Id: I4a83edb13417631c97d6cfc4a57e2086bd217878
Reviewed-on: https://code.wireshark.org/review/11583
Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
Petri-Dish: Michael Mann <mmann78@xxxxxxxxxxxx>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
Actions performed:
from f542ab8 file_util.h includes io.h, we don't need to do so ourselves.
adds e0cf8b6 ssl: add expert info for session resumption
Summary of changes:
epan/dissectors/packet-dtls.c | 43 ++++---------------------------
epan/dissectors/packet-ssl-utils.c | 49 ++++++++++++++++++++++++++++++++++++
epan/dissectors/packet-ssl-utils.h | 24 ++++++++++++++++--
epan/dissectors/packet-ssl.c | 44 ++++----------------------------
4 files changed, 81 insertions(+), 79 deletions(-)