ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

Wireshark-dev: Re: [Wireshark-dev] [Wireshark-commits] rev 21368: /trunk/epan/dissectors/ /trun

From: Richard van der Hoff <richardv@xxxxxxxxxxxxx>
Date: Tue, 10 Apr 2007 18:57:02 +0100
Unfortunately, this broke the windows build, by adding a dependency on zlib.h in packet-ssl-utils.h. I'm moving the offending structure into packet-ssl-utils.c, since it's only accessed there.

The alternative is to find everything which might include packet-ssl-utils.h, and compile with $(ZLIB_CFLAGS) - but it seems silly to clutter the packet-ssl-utils.h interface any more than it already is.


kukosa@xxxxxxxxxxxxx wrote:
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=21368

User: kukosa
Date: 2007/04/10 03:12 PM

Log:
 - SSL desegmentation support
 - SSL DEFLATE compression method support (RFC3749)
 - fix for Bugzilla Bug 1515: SSL bug with mutual authentication