I build Wireshark for Windows without zlib.
It works faster, but I think that is more the result of consuming less
memory than an actual speed increase. In addition, it allows files larger
than 2 GB to be read (at least that used to be a reason; not sure if it
is still valid). One drawback is that compressed HTTP payloads are not
decoded.
What you need to modify in config.nmake
is ZLIB_CONFIG:
Change from this:
ZLIB_CONFIG=^#define HAVE_LIBZ 1
To this:
ZLIB_CONFIG=
Robert Bullen
U.S. BANCORP made the following annotations
---------------------------------------------------------------------
Electronic Privacy Notice. This e-mail, and any attachments, contains information that is, or may be, covered by electronic communications privacy laws, and is also confidential and proprietary in nature. If you are not the intended recipient, please be advised that you are legally prohibited from retaining, using, copying, distributing, or otherwise disclosing this information in any manner. Instead, please reply to the sender that you have received this communication in error, and then immediately delete it. Thank you in advance for your cooperation.
---------------------------------------------------------------------