aboutsummaryrefslogtreecommitdiffstats
path: root/epan/tvbuff_lz77huff.c
Commit message (Expand)AuthorAgeFilesLines
* TVB(LZ77+Huffman): return proper value on error (CID1451652)Jaap Keuter2019-10-211-1/+1
* Note the Microsoft standard, fix the LZNT1 comment.Guy Harris2019-08-041-0/+2
* Fix shadow variable warnings, fix type error.Guy Harris2019-07-301-20/+18
* tvbuff_lz*: fix typo in commentAurelien Aptel2019-07-171-3/+3
* tvb_lz77huff: reduce stack memory usageAurelien Aptel2019-07-161-15/+19
* tvbuff_lz77huff: workaround for -Wmissing-braces warning in ClangPeter Wu2019-07-151-1/+1
* smb2: add support for decompressionAurelien Aptel2019-07-151-0/+415