ni tonggui

Registered on 05/27/2018 • Last connection on 07/09/2018

RE: Wireshark

Hello,

 

I am running tests/zdo_startup case on ubuntu16.04, following your advice to set Wireshark, but it doesn't work. Packets are still malformed or have Bad FCS.

 

Any other advice?

 

Thank you

 

RE: Wireshark

file:///home/tgni/ZBOSS_v1.0_src/tests/zdo_startup/20123.dump

 

file:///home/tgni/ZBOSS_v1.0_src/tests/zdo_startup/20316.dump

 

file:///home/tgni/ZBOSS_v1.0_src/tests/zdo_startup/c.pcap

 

file:///home/tgni/ZBOSS_v1.0_src/tests/zdo_startup/ze.pcap

 

By the way, I correct some compiling error as follows:

 

include/zb_transport_linux_pipes.h line:104

 

-#define ZB_TRY_IO() (zb_mac_wait_for_ext_event(), RET_OK)

 

+#define ZB_TRY_IO() (zb_mac_wait_for_ext_event())

 

common/zb_address.c line:573

 

-ZB_ASSERT_COMPILE_DECL(ZB_IEEE_ADDR_TABLE_SIZE <= ZB_SHORT_MAX);

 

+ZB_ASSERT(ZB_IEEE_ADDR_TABLE_SIZE <= ZB_SHORT_MAX);

 

include/zb_ns3.h line:88

 

-#define ZB_TRANSCEIVER_SET_CHANNEL(channel_number) (MAC_CTX().current_channel = channel_number, 0)

 

+#define ZB_TRANSCEIVER_SET_CHANNEL(channel_number) (MAC_CTX().current_channel = channel_number)

 

Hope it can help.

 

RE: Wireshark

Sorry to miss the files.

 

RE: Wireshark

Hello, when can I get an updated version of ZBOSS? I am looking forward to hearing from you. Thank you for your time!