Where should i keep my dissector Code.?
Regards
sagar
On Mon, Jul 11, 2011 at 3:33 PM, Roland Knall
<rknall@xxxxxxxxx> wrote:
Hi
Way easier method:
Checkout the SVN version, or any source download into one dir called
src. Create a same directory called build on the same level, so that
your directory looks like that:
<wireshark>
- src - <all src's>
- build
then goto build, and call cmake ../src
cmake is a software distributed with all modern distributions, or it
can be downloaded from CMakeLists.txt
kind regards,
Roland
On Mon, Jul 11, 2011 at 11:35 AM, sagar sg <
sagu072@xxxxxxxxx> wrote:
> Hi,
> What is the procedure for compiling the wireshark dissector in linux.
>
> Thanks
> Sagar
>