ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
July 17th, 2024 | 10:00am-11:55am SGT (UTC+8) | Online

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

From: Jeff Morriss <jeff.morriss.ws@xxxxxxxxx>
Date: Tue, 05 Oct 2010 11:36:03 -0400
Brian Oleksa wrote:
  Jeff

Yes...I just reran ./autogen.sh again (with my plugin in place) and I still get the same result.

I did not overwrite anything in the top level.

I checked out version 1.4.0
./autogen.sh
./configure
make
make install
put my dissector in the plugin directory
reran ./autogen.sh

If I try to cd into my dissector directory and do a make...I get the same error as last time.

Try a ./configure after the ./autogen.sh (that converts Makefile.in's into Makefile's).