Ethereal-dev: Re: [Ethereal-dev] new add-on: Hethereal

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

From: Carsten Buchenau <carsten@xxxxxxxxxxx>
Date: Tue, 17 Apr 2001 12:17:14 +0200
I've noticed the changes of print.c, too, and did similar work this weekend... we also patched Makefile.am and configure.in to automatically build cgihtml, but without the check, if it is present, either. There's also some work to do to install the pictures needed for hethereal (they are in a seperate archive by now) to an appropriate path (this depends, of course, of the Webserver's configuration).

I will focus first on integrating my updated version of hethereal.c to work with the current CVS-tree, but probably not before next weekend. Will post it to this list then.

> Note also that having "hethereal.c" include "dfilter-grammar.c" is
> probably not a good idea; you should just link in the libethereal
> library and get the parser from there.

Yes, this was a quick-hack to use the string_to_guint32-function. This might be a dump question, but can you tell me what's the best way to transform a string to an integer-value?!?

thanks for your help, Carsten Buchenau