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

Ethereal-dev: Re: [Ethereal-dev] Alternate techniques for building register.c

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

From: ronnie sahlberg <ronniesahlberg@xxxxxxxxx>
Date: Tue, 8 Mar 2005 14:27:19 +1100
on platforms where nm is available i think even better would be
to run nm on libethereal.a  and then just grep for the appropriate symbols.

register.c would have to be linked with explicitely though and can no
longer be part of libethereal.a though.




On Mon, 07 Mar 2005 11:52:36 -0800, Guy Harris <gharris@xxxxxxxxx> wrote:
> Michael Duigou wrote:
> > Has anyone ever considered building register.c by snooping through the
> > object files using objdump or readelf
> 
>        $ objdump
>        -bash: objdump: command not found
>        $ readelf
>        -bash: readelf: command not found
> 
> As an *alternative*, with the configuration script being able to figure
> out what tools are available and, *if* any appropriate object tools are
> available, using them, and otherwise falling back on scanning the source
> files, it might be worth considering.
> 
> _______________________________________________
> Ethereal-dev mailing list
> Ethereal-dev@xxxxxxxxxxxx
> http://www.ethereal.com/mailman/listinfo/ethereal-dev
>