aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt/wireshark_main_window.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ui/qt/wireshark_main_window.cpp')
-rw-r--r--ui/qt/wireshark_main_window.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/ui/qt/wireshark_main_window.cpp b/ui/qt/wireshark_main_window.cpp
index 7c47292014..ce1401e099 100644
--- a/ui/qt/wireshark_main_window.cpp
+++ b/ui/qt/wireshark_main_window.cpp
@@ -655,6 +655,9 @@ main_ui_->goToLineEdit->setValidator(goToLineQiv);
connect(main_ui_->actionAnalyzeFollowQUICStream, &QAction::triggered, this,
[this]() { this->openFollowStreamDialogForType(FOLLOW_QUIC); },
Qt::QueuedConnection);
+ connect(main_ui_->actionAnalyzeFollowWebsocketStream, &QAction::triggered, this,
+ [this]() { this->openFollowStreamDialogForType(FOLLOW_WEBSOCKET); },
+ Qt::QueuedConnection);
connect(main_ui_->actionAnalyzeFollowSIPCall, &QAction::triggered, this,
[this]() { this->openFollowStreamDialogForType(FOLLOW_SIP); },
Qt::QueuedConnection);