webshark
webshark copied to clipboard
Add Plugin Support
Can we add Plugin support in webshark ?
For example, if I want to add HEP3 Dissector in Webshark, how it can be done?
I also have the same question .
It is possible that using the forked version of Wireshark when building webshark will work (it might not, but it should be relatively easy to test). Look in the webshark Dockerfile for the wireshark GitHub URL and try updating that to the one you are interested in.
I thought that was a fork of wireshark, but I see that it is just an external plugin. Rather than changing the URL for wireshark, you would need to add steps to the Dockerfile to ~build~ install that plugin.
I cannot find an explicit way for sharkd to load LUA plugins so far
If anyone finds a way, please comment/reopen this issue anytime.