markkuleinio / wireshark-zabbix-dissectors

Zabbix protocol dissectors for Wireshark
GNU General Public License v3.0
17 stars 5 forks source link

Conflict with build-in "zabbix" plugin in recent versions 4.2.0+ #2

Open zalexua opened 1 month ago

zalexua commented 1 month ago

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:

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.

bubbasnmp commented 1 month ago

Protocol added to Wireshark:
11474: Add Zabbix protocol dissector

Similar situation and how it was handled:
19640: Train Real Time Data Protocol (TRDP) dissection incomplete but prevents loading of the plugin

Edit: Oops - should have read the README

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.

zalexua commented 1 month ago

OMG :)