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

Wireshark-dev: [Wireshark-dev] Compilation error Red Hat 3.4.3-9.EL4

From: Anders Broman <a.broman@xxxxxxxxxxxx>
Date: Fri, 29 Apr 2011 07:48:20 +0200
Hi,
It seems like Wireshark no longer compiles if zlib is 1.2.1:

file_wrappers.c: In function `file_seek':
file_wrappers.c:893: warning: implicit declaration of function `inflatePrime'
make: *** [libwiretap_la-file_wrappers.lo] Error 1

file_wrappers.c:
	893: (void)inflatePrime(strm, here->data.zlib.bits, ret>>  (8 - here->data.zlib.bits));

Should we require a newer version of zlib?
Regards
Anders