Releases: markkuleinio/wireshark-zabbix-dissectors
Releases · markkuleinio/wireshark-zabbix-dissectors
2023-08-06.1
Deprecated these Lua dissectors because Wireshark 4.1.0rc0 and newer already has a built-in dissector.
2023-01-01.1
- Added support for Zabbix sender/trapper connections:
zabbix.sender
,zabbix.sender.data
2022-12-18.1
- Added
zabbix.configrevision
for configuration revisions in both agent and proxy connections (in Zabbix 6.4), removedzabbix.proxy.configrevision
2022-12-17.2
- 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
- Added plugin version to show in Help - About Wireshark - Plugins dialog in Wireshark
2022-07-27.1
- Renamed agent port from
zabbix.agent.port
tozabbix.agent.listenport
- Added parsing of active agent listen IP (
zabbix.agent.listenipv4
andzabbix.agent.listenipv6
) - Added parsing of active agent host interface (
zabbix.agent.hostinterface
)
2022-07-26.1
- Added parsing of active agent host metadata (
zabbix.agent.hostmetadata
) and port (zabbix.agent.port
)
2022-07-17.1
- 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
- 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
- Added session ID parsing (
zabbix.session
) - Added better handling of passive proxy
- Added sample capture for passive proxy traffic