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

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