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

Ethereal-dev: [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: Michael Duigou <ethereal@xxxxxxxxxx>
Date: Mon, 07 Mar 2005 11:01:56 -0800
Has anyone ever considered building register.c by snooping through the object files using objdump or readelf instead of scanning all the source files? It seems like it could potentially be more efficient and/or better handle dependencies.

Building register.c seems to be the biggest single step in a quick recompile of a single dissector and I'm curious if it's worth investigating alternate techniques for constructing register.c

Just a thought,

Mike