plugins: Remove nordic_ble.dll exception

This should no longer be necessary with the sub-version directory
struture. If the user is installing a DLL for a built-in plugin, an
error message is appropriate.

Change-Id: I80842f1ea03a08594321a674650a1373aaa48712
Reviewed-on: https://code.wireshark.org/review/25500
Reviewed-by: João Valverde <j@v6e.pt>
This commit is contained in:
João Valverde 2018-01-22 08:20:42 +00:00 committed by João Valverde
parent 5d1687e449
commit 66f85c65d5
1 changed files with 0 additions and 10 deletions

View File

@ -126,16 +126,6 @@ scan_plugins_dir(GHashTable *plugins_module, const char *dirpath, plugin_type_e
if (!g_str_has_suffix(name, "." G_MODULE_SUFFIX))
continue;
#if WIN32
if (strncmp(name, "nordic_ble.dll", 14) == 0) {
/*
* Skip the Nordic BLE Sniffer dll on WIN32 because
* the dissector has been added as internal.
*/
continue;
}
#endif
/*
* Check if the same name is already registered.
*/