MISP / misp-wireshark

Lua plugin to extract data from Wireshark and convert it into MISP format

Home Page:https://misp.github.io/misp-wireshark/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Better detection of community-id support

mokaddem opened this issue · comments

If wireshark version is > 3.3.1, it supports community-id.
However, the line below fails if the user forgot to enable it in the protocol settings.

community_id = tostring(get_community_id())