ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
July 17th, 2024 | 10:00am-11:55am SGT (UTC+8) | Online

Wireshark-dev: Re: [Wireshark-dev] LZ4AF (LZ4 auto-framing library) not available on Ubuntu 14.

From: Pascal Quantin <pascal.quantin@xxxxxxxxx>
Date: Tue, 16 May 2017 10:59:31 +0200
Hi Anders,

this proably means that we need to introduce another define (like HAVE_LZ4_FRAME) and use this one instead of HAVE_LZ4 in packet-kafka.c (as it only uses the frame format and not the block one).

2017-05-16 10:42 GMT+02:00 Anders Broman <anders.broman@xxxxxxxxxxxx>:

Hi,

I get

  CCLD     libdirtydissectors.la

  CCLD     libfiledissectors.la

  CC       packet-kafka.lo

packet-kafka.c:37:22: fatal error: lz4frame.h: No such file or directory

#include <lz4frame.h>

 

I’m not sure what symbol should be used to protect the code

#ifdef HAVE_LZ4

#include <lz4frame.h>

#endif

 

Regards

Anders


___________________________________________________________________________
Sent via:    Wireshark-dev mailing list <wireshark-dev@xxxxxxxxxxxxx>
Archives:    https://www.wireshark.org/lists/wireshark-dev
Unsubscribe: https://www.wireshark.org/mailman/options/wireshark-dev
             mailto:wireshark-dev-request@wireshark.org?subject=unsubscribe