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] plugin.c error !!

From: Pascal Quantin <pascal.quantin@xxxxxxxxx>
Date: Mon, 05 May 2014 21:42:27 +0200
Le 05/05/2014 21:28, 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 run 'make' i get this error message :
make[3]: Entering directory '/home/haythem/wireshark/plugins/my_Plugin
making plugin.c with python
No protocol registration found 
make[3]: *** [plugin.c] Error 1 
what is the problem ? and how can i solve it ? 
haythem.

Does the packet-my_Plugin.c file in your my_Plugin folder include a proto_register_XXX function? It yes, did you add the file to Makefile.common?

Pascal.