TLS: rename reassembled data source from SSL to TLS

This commit is contained in:
John Thacker 2022-08-15 07:33:55 -04:00
parent 09c5183878
commit 7d583e1340
1 changed files with 1 additions and 1 deletions

View File

@ -1400,7 +1400,7 @@ again:
next_tvb = tvb_new_chain(tvb, ipfd_head->tvb_data);
/* add desegmented data to the data source list */
add_new_data_source(pinfo, next_tvb, "Reassembled SSL");
add_new_data_source(pinfo, next_tvb, "Reassembled TLS");
/* call subdissector */
process_ssl_payload(next_tvb, 0, pinfo, tree, session, app_handle_port);