Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
zalexua opened this issue Jun 2, 2024 · 2 comments
Open

Comments

@zalexua
Copy link

zalexua commented Jun 2, 2024

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
Copy link

bubbasnmp commented Jun 2, 2024

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
Copy link
Author

zalexua commented Jun 2, 2024

OMG :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants