Wireshark decrypt MESH network communication
Posted: Thu Nov 03, 2022 2:43 pm
Hello everyone.
OS
- Linux
HW
- ESP32-C3-DevKitM-1
Example
- Ip_internal_network -> https://github.com/espressif/esp-idf/tr ... al_network
We have successfully setup a small MESH network using seven espc3 dev boards. To debug some dhcp server requests within the mesh we want to sniff the traffic within the mesh network with wireshark.
According to the ESP (Read the docs) Documentation, the ESP MESH Network does use AES encryption within the mesh -> https://docs.espressif.com/projects/esp ... ther-notes
Is there a way to sniff with wireshark and decrypt the information so we can debug our mesh application?
OS
- Linux
HW
- ESP32-C3-DevKitM-1
Example
- Ip_internal_network -> https://github.com/espressif/esp-idf/tr ... al_network
We have successfully setup a small MESH network using seven espc3 dev boards. To debug some dhcp server requests within the mesh we want to sniff the traffic within the mesh network with wireshark.
According to the ESP (Read the docs) Documentation, the ESP MESH Network does use AES encryption within the mesh -> https://docs.espressif.com/projects/esp ... ther-notes
Is there a way to sniff with wireshark and decrypt the information so we can debug our mesh application?