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