From ff3772ea864685c65da7aacad304febc7d58078a Mon Sep 17 00:00:00 2001 From: Wouter Meek Date: Wed, 8 Jan 2025 13:20:33 +0100 Subject: [PATCH] forgot 1 link --- docs/debugging/thundershark.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/debugging/thundershark.md b/docs/debugging/thundershark.md index a30412a89..2df83dbea 100644 --- a/docs/debugging/thundershark.md +++ b/docs/debugging/thundershark.md @@ -16,7 +16,7 @@ interface definitions to a format understandable by the plugin. *ThunderShark* i ## Prerequisites -Firstly, the file ```protocol-thunder-comrpc.lua``` file needs to be placed in *Wireshark*'s plugins folder. In Windows this is typically ```%APPDATA%\Wireshark\plugins``` +Firstly, the file [```protocol-thunder-comrpc.lua```](https://github.com/WebPlatformForEmbedded/ThunderShark) file needs to be placed in *Wireshark*'s plugins folder. In Windows this is typically ```%APPDATA%\Wireshark\plugins``` or ```%APPDATA%\Roaming\Wireshark\plugins``` folder, while on Linux it's the ```~/.local/lib/wireshark/plugins``` folder. Secondly, using the [*LuaGanerator*](https://github.com/rdkcentral/ThunderTools/tree/master/LuaGenerator) tool, interface definitions need to be created.