Add custom option to toolbar in wireshark GUI
I want to create a custom plugin which gets displayed on the tool bar in wireshark GUI. When the user clicks on the new custom option, then the custom lua script should be executed.
How can I achieve this?