Isabel Cardenas
Start up test
Hello
I am starting with Zboos Network Simulator. I am trying to execute the start up test, I run the run.sh but I got an error: line 96: zdo_zc file or directory not found. What can I do? I don't know if I am missing some step. I just run the run.sh file to see what happens.
Thank you
RE: Start up test
I get this error while building
dump_converter.c:71:23: fatal error: pcap/pcap.h: Aucun fichier ou dossier de ce type
compilation terminated.
I installed libcap-dev, g++ and libxml2-dev
RE: Start up test
Soryy, the libpcap-dev was not installed right
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
RE: Problems with Wireshark
I get this error rebuilding, not building
Wireshark
Hello
When I open the pcap files in Wireshark, it says that the packets are malformed or have Bad FCS. I downloaded Wireshark directly from your webpage, the one that is supossed to support ZBOSS. The pcaps files I am reading, are from the test files provided by you. What do you suggest me to do?
Thank you