Skip to content

MySQL / MariaDB length encoded integer correction

diego dupin requested to merge rusher1/wireshark:master into master

length encoded integer with prefix 0xfd (253) are 3 bytes encoded, not 4 bytes

see mariadb reference https://mariadb.com/kb/en/protocol-data-types/#length-encoded-integers and mysql reference: https://dev.mysql.com/doc/internals/en/integer.html

Merge request reports