Re: [Wireshark-dev] Configure is not setting #ifdef HAVE_LIBGCRYPT_AEAD so get compile errors

2018-01-23 Thread Peter Wu
That macro is set only if you have a recent enough Libgcrypt (version 1.7 or 1.6 if I remember correctly). Kind regards, Peter https://lekensteyn.nl (pardon my brevity, top-posting and formatting, sent from my phone) On 22 January 2018 22:27:13 CET, Richard Sharpe wrote: >Hi folks, > >I am ge

[Wireshark-dev] Configure is not setting #ifdef HAVE_LIBGCRYPT_AEAD so get compile errors

2018-01-22 Thread Richard Sharpe
Hi folks, I am getting the following error with my latest pull: packet-quic.c:437:1: error: 'dissect_quic_frame_type' defined but not used [-Werror=unused-function] dissect_quic_frame_type(tvbuff_t *tvb, packet_info *pinfo _U_, proto_tree *quic_tree, guint offset, quic_info_data_t *quic_info){