Hi!
We have a custom PCAPNG EPB structure, which contains a MIME-multipart message (directly, from boundary, so no HTTP2 headers and such).
How can I get it to show in WS? I found the mime_multipart dissector, but cant get it working. When using a custom DLT_USER with "mime_multipart" it shows: dissector not found (WS ver 3.6.2) Also tried to call Dissector.get from a LUA script, but its not working.
Is there a way to do this?
Thanks.