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] Err Duplicate protocol name "Mindspeed Comcerto API Header"!

From: Sebastien Tandel <sebastien@xxxxxxxxx>
Date: Fri, 13 Jul 2007 11:29:30 -0300
I think you have to remove any proto_register_* and proto_reg_handoff_*
related to your dissector from epan/dissectors/register.c

/or/

do a "make maintainer-clean"


Regards,
Sebastien Tandel

philippe.vivarelli@xxxxxxxxxxxxx a �crit :
> Hi,
> 
> I am in process to move and upgrade the CSME protocol dissector from
> epan/dissectors/ to plugins.
> 
> To do that I removed packet-csm-encaps.c from
> epan/dissectors/Makefile.common
> 
> Added the plugins in plugins/ directory
> 
> autogen.sh
> ./configure
> make clean
> make
> 
> The build fails with this error:
> WIRESHARK_RUN_FROM_BUILD_DIRECTORY=1 ../tshark -G fields | /usr/bin/perl
> ./dfilter2pod.pl ./wireshark-filter.pod.template > wireshark-filter.pod
> 
> ** ERROR **: Duplicate protocol name "Mindspeed Comcerto API Header"!
> This might be caused by an inappropriate plugin or a development error.
> 
> The issue ressembles to this one but I can't figure out where I could
> have another "Mindspeed Comcerto API Header"
> 
> http://www.wireshark.org/lists/wireshark-dev/200610/msg00303.html
> 
> Thanks in advance for you help.
> 
> Philippe
> 
> 
> ------------------------------------------------------------------------
> 
> _______________________________________________
> Wireshark-dev mailing list
> Wireshark-dev@xxxxxxxxxxxxx
> http://www.wireshark.org/mailman/listinfo/wireshark-dev