TLS: rename decrypted data source from SSL to TLS

Change-Id: Ia6229ee7243ee5285c2152778712e540063eadc1
Reviewed-on: https://code.wireshark.org/review/30470
Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
This commit is contained in:
Pascal Quantin 2018-11-01 16:59:00 +01:00
parent cace322c37
commit 66da676a35
1 changed files with 1 additions and 1 deletions

View File

@ -1886,7 +1886,7 @@ dissect_ssl3_record(tvbuff_t *tvb, packet_info *pinfo,
/* try to retrieve and use decrypted alert/handshake/appdata record, if any. */
decrypted = ssl_get_record_info(tvb, proto_tls, pinfo, tvb_raw_offset(tvb)+offset, curr_layer_num_ssl, &record);
if (decrypted) {
add_new_data_source(pinfo, decrypted, "Decrypted SSL");
add_new_data_source(pinfo, decrypted, "Decrypted TLS");
if (session->version == TLSV1DOT3_VERSION) {
content_type = record->type;
ti = proto_tree_add_uint(ssl_record_tree, hf_tls_record_content_type,