From cd95e197ca78feb1e83ec737b87ada0a1dd57d10 Mon Sep 17 00:00:00 2001 From: Gerald Combs Date: Thu, 13 Sep 2018 08:40:27 -0700 Subject: Start renaming SSL to TLS. Rename the "ssl" protocol to "tls" and add an "ssl" alias. Prefer "TLS" over "SSL" in user interface text and in the documentation. Fix the test_tls_master_secret test while we're here. Bug: 14922 Change-Id: Iab6ba2c7c4c0f8f6dd0f6d5d90fac5e9486612f8 Reviewed-on: https://code.wireshark.org/review/29649 Petri-Dish: Gerald Combs Reviewed-by: Peter Wu Tested-by: Petri Dish Buildbot Reviewed-by: Gerald Combs --- ui/qt/main_window.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ui/qt/main_window.h') diff --git a/ui/qt/main_window.h b/ui/qt/main_window.h index fc8f923fd4..b732bcf82a 100644 --- a/ui/qt/main_window.h +++ b/ui/qt/main_window.h @@ -442,7 +442,7 @@ private slots: void on_actionFilePrint_triggered(); void on_actionFileExportPDU_triggered(); - void on_actionFileExportSSLSessionKeys_triggered(); + void on_actionFileExportTLSSessionKeys_triggered(); void actionEditCopyTriggered(MainWindow::CopySelected selection_type); void on_actionCopyAllVisibleItems_triggered(); @@ -546,7 +546,7 @@ private slots: void openFollowStreamDialog(follow_type_t type, int stream_num = -1); void on_actionAnalyzeFollowTCPStream_triggered(); void on_actionAnalyzeFollowUDPStream_triggered(); - void on_actionAnalyzeFollowSSLStream_triggered(); + void on_actionAnalyzeFollowTLSStream_triggered(); void on_actionAnalyzeFollowHTTPStream_triggered(); void statCommandExpertInfo(const char *, void *); void on_actionAnalyzeExpertInfo_triggered(); -- cgit v1.2.3