


This software stack is used for a low power wireless mesh networking. It will decode a new protocol stack called Lightweight Mesh (LWM 1.1.1) from Atmel. Let’s create our new Wireshark dissector. Here you can download the complete LWM dissector used in this tutorial

Wireshark & Ethereal Network Protocol Analyzer Toolkit book was used as the reference as well as the veloper from wireshark/doc and official documentation page. In case when some dissector needs to be adjusted or creation of completely new protocol dissector is desired, knowledge of dissector creation procedure might be very useful. Wireshark contains dozens of protocol dissectors for the most popular network protocols. The main goal of this tutorial is to briefly explain the process of dissector creation for Wireshark.
