From ff1e16055fb21ddbf1cb06f193b0cd5622b5edef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Valverde?= Date: Sat, 8 Sep 2018 16:02:06 +0100 Subject: epan: Add argument to epan_init() to disable plugins MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I8dc76e6bf8c4d5a3081cbdc1d47b88e857415d29 Reviewed-on: https://code.wireshark.org/review/29498 Petri-Dish: João Valverde Tested-by: Petri Dish Buildbot Reviewed-by: João Valverde --- ui/qt/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ui') diff --git a/ui/qt/main.cpp b/ui/qt/main.cpp index 9a6094d311..3582f1fa14 100644 --- a/ui/qt/main.cpp +++ b/ui/qt/main.cpp @@ -618,7 +618,7 @@ int main(int argc, char *qt_argv[]) "-G" flag, as the "-G" flag dumps information registered by the dissectors, and we must do it before we read the preferences, in case any dissectors register preferences. */ - if (!epan_init(splash_update, NULL)) { + if (!epan_init(splash_update, NULL, TRUE)) { SimpleDialog::displayQueuedMessages(main_w); ret_val = INIT_FAILED; goto clean_exit; -- cgit v1.2.3