-
Problem report
-
Resolution: Fixed
-
Trivial
-
7.0.0beta3
-
Debian 12 Bookworm with Zabbix 7.0.0beta3
-
Prev.Sprint, S24-W30/31
-
0.25
Steps to reproduce:
- Install Agent 2 (7.0.0beta3) on a host
- Configure a passive item for the host (does not matter if item works or not)
- Capture agent traffic (port 10050)
Result:
The (uncompressed) response packets sent by Agent 2 version 7.0.0beta3 have the Reserved field set to the same value as the Datalen field. (For example, if Datalen is 64, Reserved is also 64.
Capture example is attached.
Expected:
Reserved field bytes should be all zeros when compression is not used, according to the protocol specs in https://www.zabbix.com/documentation/devel/en/manual/appendix/protocols/header_datalen .