ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

Wireshark-dev: [Wireshark-dev] building my dissector on linux

From: Brian Oleksa <oleksab@xxxxxxxxxxxxxxxxxxxxxx>
Date: Mon, 04 Oct 2010 22:26:53 -0400

Wiresharkers

I got my dissector working just fine on Windows. Now I want to get it working on Linux.

On my Linux machine, I got the latest sources and did the following:
./autogen.sh
./configure
make
make install

Then I do a ./wireshark and wireshark starts up just fine.

I tried to just copy my protocol's directory from my windows machine into the plugins directory on my linux machine and do a make install....but no luck.

Any help is greatly appreciated.

Thanks,
Brian