Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-dev: Re: [Wireshark-dev] file .so found in multiple directories !!

From: Pascal Quantin <pascal.quantin@xxxxxxxxx>
Date: Mon, 05 May 2014 21:33:40 +0200
Le 05/05/2014 18:13, khemis haythem a écrit :

 
Khemis Haythem
Adresse : Boite Postale 101  4118, Mednine
GSM : +216 55 69 19 90
Statut : Élève ingénieur 
Spécialité : Génie des Communications et des Réseaux 
Ecole : Ecole National d'Ingénieurs de Gabes
hello,
when i m trying to add my plugin 
when i try to run wireshark i get this error :
 the plugin gryphon.so, version 0.0.4 
was found in multiple directories 
Segmentation fault (core dumped) 
of course the gryphon.so found in plugin/gryphon and plugin/my_new_plugin 
what can i do ? how i solve this ? 
haythem.  

Hi,

edit the various makefiles and moduleinfo.(h|nmake) files in plugin/my_new_plugin folder and replace the "gryphon" string by "my_new_plugin" string (or whatever name is applicable for your plugin).

Regards,
Pascal.