From 1c80303d4ce12322378b91031abb317b29b53f64 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Markku=20Leini=C3=B6?= Date: Sun, 6 Aug 2023 16:52:05 +0300 Subject: [PATCH] Add note about Wireshark's built-in Zabbix dissector --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 89519ee..6a6de2c 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,13 @@ # Zabbix protocol dissectors for Wireshark +> [!IMPORTANT] +> 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](https://gitlab.com/wireshark/wireshark) +> and open an issue there. + Experimental Wireshark dissectors for Zabbix protocol. Can be used for inspecting the Zabbix server, proxy or agent communication, especially with Zabbix 4.0 and later, where the proxy connections use compressed data.