Skip to content

Releases: markkuleinio/wireshark-zabbix-dissectors

2023-08-06.1

06 Aug 13:54
Compare
Choose a tag to compare

Deprecated these Lua dissectors because Wireshark 4.1.0rc0 and newer already has a built-in dissector.

2023-01-01.1

01 Jan 11:24
Compare
Choose a tag to compare
  • Added support for Zabbix sender/trapper connections: zabbix.sender, zabbix.sender.data

2022-12-18.1

18 Dec 11:08
Compare
Choose a tag to compare
  • Added zabbix.configrevision for configuration revisions in both agent and proxy connections (in Zabbix 6.4), removed zabbix.proxy.configrevision

2022-12-17.2

17 Dec 20:30
Compare
Choose a tag to compare
  • Added support for Zabbix 6.4 incremental/fullsync proxy configuration: zabbix.proxy.fullsync, zabbix.proxy.incrementalconfig, zabbix.proxy.noconfigchange, zabbix.proxy.configrevision

2022-12-17.1

17 Dec 14:16
Compare
Choose a tag to compare
  • Added plugin version to show in Help - About Wireshark - Plugins dialog in Wireshark

2022-07-27.1

27 Jul 07:07
Compare
Choose a tag to compare
  • Renamed agent port from zabbix.agent.port to zabbix.agent.listenport
  • Added parsing of active agent listen IP (zabbix.agent.listenipv4 and zabbix.agent.listenipv6)
  • Added parsing of active agent host interface (zabbix.agent.hostinterface)

2022-07-26.1

26 Jul 18:47
Compare
Choose a tag to compare
  • Added parsing of active agent host metadata (zabbix.agent.hostmetadata) and port (zabbix.agent.port)

2022-07-17.1

17 Jul 09:08
Compare
Choose a tag to compare
  • Added subtree for flags bitfields (zabbix.flags.compressed, zabbix.flags.largepacket)
  • Added parsing of active agent heartbeat frequency (zabbix.agent.heartbeatfreq)

2022-07-16.1

16 Jul 08:22
Compare
Choose a tag to compare
  • Parses Zabbix version in agent active data requests and data messages
  • Defines all variables and functions as local (to potentially improve performance and to remove IDE warnings)

2022-07-15.2

15 Jul 16:15
Compare
Choose a tag to compare
  • Added session ID parsing (zabbix.session)
  • Added better handling of passive proxy
  • Added sample capture for passive proxy traffic