aboutsummaryrefslogtreecommitdiffstats
path: root/epan/compress/lzxpress.c
AgeCommit message (Collapse)AuthorFilesLines
2014-11-02lzxpress: Fix Dead Store (Dead assignement/Dead increment) warning found by ↵Alexis La Goutte1-2/+0
Clang Change-Id: I028d8877a845af5830b17abfe7eb10d8528b334a Reviewed-on: https://code.wireshark.org/review/5069 Reviewed-by: Anders Broman <a.broman58@gmail.com>
2014-10-30Add casts to try to please the OSX buildbot.AndersBroman1-9/+9
Change-Id: I66d546ef2dd276bf151b2956ccbe1f2b6c5cb2f5 Reviewed-on: https://code.wireshark.org/review/5002 Reviewed-by: Anders Broman <a.broman58@gmail.com>
2014-10-30Create the compress module for compression functions.Matthieu Patou1-0/+136
For the moment there is only the lzxpress compression used by DRS Bug: 10546 Change-Id: Ifc7e1767934224c0198f0b09caa3efbad979ca1f Reviewed-on: https://code.wireshark.org/review/4600 Petri-Dish: Anders Broman <a.broman58@gmail.com> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Michael Mann <mmann78@netscape.net>