Ethereal-dev: Re: [Ethereal-dev] patch for plugin makefiles

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

From: Guy Harris <gharris@xxxxxxxxx>
Date: Fri, 01 Oct 2004 16:45:58 -0700
Lars Roland wrote:

BTW, asn1.[ch], h225-persistentdata.[ch] and reassemble.[ch] have to be linked into libethereal.dll. Libethereal isn't self contained without them. So they should be moved to epan.

They're already built into libethereal - the ".c" files are referred to from epan/Makefile.common.

But, yes, they probably belong there - or in epan/dissectors.

I guess it is also necessary to link follow.[ch], ptvcurser.[ch] and xmlstub.[ch] into libethereal.

Those ".c" files also referred to from epan/Makefile.common, but should probably be moved...

...although it's a *bit* ugly that the TCP dissector has to know about the follow.c stuff; it might be interesting to see if "Follow TCP Stream" could be done as a tap.