webshark icon indicating copy to clipboard operation
webshark copied to clipboard

Add Plugin Support

Open hamidrhashmi opened this issue 1 year ago • 3 comments

Can we add Plugin support in webshark ?

For example, if I want to add HEP3 Dissector in Webshark, how it can be done?

hamidrhashmi avatar Jan 25 '24 07:01 hamidrhashmi

I also have the same question .

YongBig avatar Feb 02 '24 02:02 YongBig

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.

ekoyle avatar Feb 02 '24 15:02 ekoyle

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.

ekoyle avatar Feb 02 '24 15:02 ekoyle

I cannot find an explicit way for sharkd to load LUA plugins so far

lmangani avatar Aug 28 '24 10:08 lmangani

If anyone finds a way, please comment/reopen this issue anytime.

lmangani avatar Aug 29 '24 07:08 lmangani