ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

Wireshark-dev: Re: [Wireshark-dev] Bzip2 support

From: Guy Harris <guy@xxxxxxxxxxxx>
Date: Wed, 26 Jun 2019 17:11:59 -0700
On Jun 26, 2019, at 4:36 PM, ronnie sahlberg <ronniesahlberg@xxxxxxxxx> wrote:

> Yepp. BGZIP and its library you can link with does this. I even built
> a fuse filesystem to transparently "unzip" these kind of files.
> 
> What BGZIP does is that it will restart a new dictionary every ~64k
> bytes and also stores an index in a separate file.

libwiretap's gzip support requires neither of those.  It should be able to read any capture file compressed with gzip.