This is a wireshark dissector for a data-packet of the IEEE 802.15.4 protocol. It dissects the following frames of the packet:
- Data Frame
- Routing Frame
- Active-Messaging Layer
The Active Messaging layer is used for packets that follow the Collection-Tree Protocol. It isused for transporting a higher-level frame. Since this frame was an important to our work, it has been dissected in this dissector.
Follow these steps to load this post-dissector into Wireshark:
- Download the
dissector.lua
file to your local machine. - Open Wireshark. Select Help -> About Wireshark from the toolbar.
- In the Help pop-up menu, select Folders
- Look for Personal Lua Plugins and open the directory associated with it.
- Move/Copy this post-dissector file to that same repository.
- Close the Help Window on Wireshark, and select Analyze -> Reload Lua Plugins option.
- Open a data-packet of the given format on Wireshark, you should see the Collection Tree Protocol tree in the frame details panel of Wireshark.
This dissector was based off the p2p-wireshark-dissector from hardware-pinoccio