aboutsummaryrefslogtreecommitdiffstats
path: root/epan/tvbuff_zlib.c
AgeCommit message (Expand)AuthorFilesLines
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