Ethereal-dev: [Ethereal-dev] make errors

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: alok <alokdube@xxxxxxxxxx>
Date: Wed, 27 Oct 2004 16:18:00 +0530
Hi,

I had a custom made dissector which I used to upto the last 2 builds of ethereal

Somehow, cant seem to get it working on 10.6
The dissector has no ".h" dependencies and is placed in the dissector folder.

The readme says that we need to add make the entry in Makefile.common (there is no makefile.common in epan so i assume it means the one in epan/dissectors)

However I always end up with
pan/.libs/libethereal.so: undefined reference to `proto_reg_handoff_myproto'
epan/.libs/libethereal.so: undefined reference to `proto_register_myproto'

has anythign changed since the 9.x series?

-thanks