Problems with Wireshark
I downloaded the "Wireshark ZBOSS ZigBee® Support source code is available as a single zip" to install it in Ubuntu. But when I try tu build it I got this error:
In file included from packet-dtls.c:63:0:
packet-ssl-utils.h:46:24: error: unknown type name 'gcry_cipher_hd_t'
#define SSL_CIPHER_CTX gcry_cipher_hd_t
^
packet-ssl-utils.h:255:5: note: in expansion of macro 'SSL_CIPHER_CTX'
SSL_CIPHER_CTX evp;
^
packet-ssl-utils.h:46:24: error: unknown type name 'gcry_cipher_hd_t'
#define SSL_CIPHER_CTX gcry_cipher_hd_t
^
packet-ssl-utils.h:402:18: note: in expansion of macro 'SSL_CIPHER_CTX'
ssl_cipher_setiv(SSL_CIPHER_CTX *cipher, guchar* iv, gint iv_len);
^
Makefile:6258 : la recette pour la cible « libdissectors_la-packet-dtls.lo » a échouée
make[5]: *** [libdissectors_la-packet-dtls.lo] Erreur 1
Could you help me? what could be happening?
Thank you
Replies (1)
RE: Problems with Wireshark
I get this error rebuilding, not building