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.