File wireshark-2.2.7-fix-QT-setTextInteractionFlags.patch of Package wireshark
Index: wireshark-2.2.7/ui/qt/simple_dialog.cpp
===================================================================
--- wireshark-2.2.7.orig/ui/qt/simple_dialog.cpp 2017-06-02 13:40:16.960129458 +0200
+++ wireshark-2.2.7/ui/qt/simple_dialog.cpp 2017-06-02 13:45:25.631178475 +0200
@@ -90,7 +90,6 @@ SimpleDialog::SimpleDialog(QWidget *pare
g_free(vmessage);
setTextFormat(Qt::PlainText);
- setTextInteractionFlags(Qt::TextSelectableByMouse);
MessagePair msg_pair = splitMessage(message);
// Remove leading and trailing whitespace along with excessive newline runs.