Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Ethereal-users: Re: [Ethereal-users] Ethereal 10.0 download size

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

From: Gerald Combs <gerald@xxxxxxxxxxxx>
Date: Fri, 08 Apr 2005 13:48:32 -0500
Bill Hecox wrote:
> I just downloaded 10.10 version for windows. I noticed the file size is
> considerably smaller then previous versions. Have some features
> been removed?

Prior to the 0.10.4 release, all of the dissector code in Ethereal and
Tethereal was statically linked to each executable.  The 0.10.4 and
later installers uses a shared DLL for dissection (except for 0.10.5 --
it was inadvertently built statically).  Since the dissectors make up
the vast majority of Ethereal, the installer size shrunk considerably.
At around the same time the version of NSIS used for packaging was
upgraded to 2.0, which uses a better compression algorithm.