Ethereal-users: [Ethereal-users] libethereal.so

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

From: "Fernando Pedro Moreira" <pedromoreira.geral@xxxxxxxxx>
Date: Thu, 23 Feb 2006 18:44:06 +0000
Hello,
I downloaded the ethereal-1.10.14 source and patched it with ethereal-0.10.12-hip.patch. I noticed that the version of the patch is different but it was the latest that i could find and was the one refered on the Boeing HIP Server site.
I configured ethereal with ssl without any problems.

Doing "make", i got:

...
...
epan/.libs/libethereal.so: undefined reference to `proto_reg_handoff_hip'
epan/.libs/libethereal.so: undefined reference to `proto_register_hip'
collect2: ld returned 1 exit status
make[2]: *** [ethereal] Error 1
make[2]: Leaving directory `/home/fpm/Desktop/ethereal-0.10.14'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/fpm/Desktop/ethereal-0.10.14'
make: *** [all] Error 2

I can't find any reference to proto_reg_handoff_hip nor proto_register_hip.
Can it be a pathing error?

Any ideas?

Thanks in advance.

F. Moreira