Hello ,
I 've created a dissector ( test disector ) and added it successfully into wireshark source .
The dissector depends upon certain libraries , which I have included in the plugin/test directory
My code compiles ( make is successful ) and I'm able to do 'make install' too .
And the dissector works fine when I execute it from the directory( XXX/bin ) specified during 'configure --prefix=XXX' .
But when I try to build an rpm ( gmake rpm-package ), I'm getting an error mentioning that the libraries ( specific to test protocol ) are not found .
The rpm build fails .
Can anyone suggest whether I need to modify some file or add the library in some other directory for generating the rpm for my test protocol dissector .
Regards ,
atdev