Zigbee packet analysis using Killerbee

960 Views Asked by At

I am working on Tiny OS using Micaz sensors on Zigbee platform. I am also using Killerbee to analyze the data packets. Can anyone suggest how to read those hexadecimal values?

Because the node-ID I am assigning while burning the nodes are not seen in the data packets at all.

1

There are 1 best solutions below

0
On BEST ANSWER

The best tool I've found for analyzing ZigBee / 802.15.4 packets is Wireshark. You just need to figure a way of getting the raw packets into pcap format. I've got a blog post on adapting the Microchip ZENA analyzer to output pcap format here: http://jdesbonnet.blogspot.com/2011/02/using-microchip-zena-zigbee802154.html