aboutsummaryrefslogtreecommitdiffstats
path: root/epan/tvbuff_zlib.c
AgeCommit message (Expand)AuthorFilesLines
2016-10-05tvbuff_zlib: Check if the given offset and compressed length are indeed valid...PHO1-11/+10
2016-07-25Fix checkAPI.pl warnings about printfMichael Mann1-3/+6
2016-06-13use #include <file.h> for generated include filesMartin Kaiser1-1/+1
2016-04-22Do not mix wmem and glib allocatorsPascal Quantin1-1/+2
2016-04-04Rename "libz" to "zlib"João Valverde1-2/+2
2015-12-16Make zlib API constness-aware, take 2.Guy Harris1-0/+1
2015-12-16Revert "Make zlib API constness-aware"Guy Harris1-1/+0
2015-12-16Make zlib API constness-awareJoão Valverde1-0/+1
2015-11-25Fix buffer overrun in zlib decompressionPeter Wu1-3/+6
2014-12-11skip the extra field in the gzip headerMartin Kaiser1-5/+19
2014-12-07make our counting a bit clearerMartin Kaiser1-2/+4
2014-12-07don't initialize variables if the first thing we do is assign aMartin Kaiser1-6/+6
2014-12-07make sure that we don't read past the end of the compressed bufferMartin Kaiser1-6/+8
2014-10-10Add editor modelines; Adjust whitespace as needed.Bill Meier1-0/+13
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-06Move tvb_uncompress() to tvbuff_zlib.cJakub Zawadzki1-0/+323