In 1.8.5, One of my protocol "wimax-btsbts" is not getting registered. If I try to apply filter 'wimax-btsbts', wireshark pop-ups a notification saying Wiax-btsbts is not a valid display filter. I have removed the below last lines : #ifndef ENABLE_STATIC G_MODULE_EXPORT void
{
} G_MODULE_EXPORT void
} #endif If I include above compile-time error fatal error LNK1169: one or more multiply defined symbols found occurs. It seems that proto_register never get hit during compilation.Where could be the probable issue? asked 26 Sep '13, 05:55 sunshine |