Here's my setup:
1. RPI4+nRF52840 dongle as OT border router
2. nRF5340DK running CoAP client example application
3. Wireshark running on Mac OS, with nRF52840 dongle as sniffer
Problem:
From the 5340DK's console, I can use "ot udp send" to send out a packet, and the packet can be parsed properly by Wireshark. However when I push button 1, I can see the 802.15.4 packet being sent out, but Wireshark complains about "No extended address - can't decrypt", and it won't parse the 6lowpan and upper layers.
Is this a Wireshark setup issue or do I need to modify some code in CoAP client example? Thanks!