Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-bugs: [Wireshark-bugs] [Bug 5802] Rewrite&cleanup wiretap/file_wrappers

Date: Thu, 7 Apr 2011 15:02:27 -0700 (PDT)
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5802

--- Comment #24 from Jakub Zawadzki <darkjames@xxxxxxxxxxxxxxxx> 2011-04-07 15:02:27 PDT ---
(In reply to comment #22)
> What's the
> 
> #ifdef HAVE_LIBXZ
>         /* { 0xFD, '7', 'z', 'X', 'Z', 0x00 } */  
>         /* FD 37 7A 58 5A 00 */
> #endif
> 
> stuff in gz_head() in wiretap/file_wrappers.c?

Header for xz file format [1] :)
Library for decompressing is really called liblzma, so probably it should be
#ifdef HAVE_LIBLZMA

[1] http://tukaani.org/xz/xz-file-format-1.0.4.txt

-- 
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.