You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This causes an error (after upgrade) with current custom plugin added:
Lua: Error during loading:
/usr/lib/x86_64-linux-gnu/wireshark/plugins/zabbix.lua:7: bad argument #2 to 'Proto' (Proto_new: there cannot be two protocols with the same description)
stack traceback:
[C]: in function 'Proto'
/usr/lib/x86_64-linux-gnu/wireshark/plugins/zabbix.lua:7: in main chunk
This should be sorted out somehow.
The text was updated successfully, but these errors were encountered:
Wireshark version 4.1.0rc0 and newer (since August 2023) already has Zabbix protocol dissector built in. Using the Lua scripts in this repo are thus no more needed or useful. These scripts will not be developed any further. For any problems or feature requests with the built-in dissector please go to Wireshark repository in gitlab.com and open an issue there.
Wireshark 4.2.0 states that "Zabbix" is new protocol supported.
https://www.wireshark.org/docs/relnotes/wireshark-4.2.0.html
This causes an error (after upgrade) with current custom plugin added:
This should be sorted out somehow.
The text was updated successfully, but these errors were encountered: