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: Guy Harris <gharris@xxxxxxxxx>
Date: Mon, 07 Mar 2005 11:52:36 -0800
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.