aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-mysql.c
diff options
context:
space:
mode:
authorMartin Mathieson <martin.mathieson@keysight.com>2021-04-16 22:44:13 +0100
committerWireshark GitLab Utility <gerald+gitlab-utility@wireshark.org>2021-04-17 05:49:30 +0000
commit8b50de0da97295b90c598d3e1881a1aaeb6607bc (patch)
treef4197e13a9bf8997aa233ba40600051fd10804e2 /epan/dissectors/packet-mysql.c
parent94628dc8fb0dfc8c328beec4aae8a9040aa09468 (diff)
Fix some more item types.
As seen by tools/check_typed_item_calls.py
Diffstat (limited to 'epan/dissectors/packet-mysql.c')
-rw-r--r--epan/dissectors/packet-mysql.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/dissectors/packet-mysql.c b/epan/dissectors/packet-mysql.c
index a1e33f8d4c..686ea5543a 100644
--- a/epan/dissectors/packet-mysql.c
+++ b/epan/dissectors/packet-mysql.c
@@ -3269,7 +3269,7 @@ void proto_register_mysql(void)
{ &hf_mysql_max_packet,
{ "MAX Packet", "mysql.max_packet",
- FT_UINT24, BASE_DEC, NULL, 0x0,
+ FT_UINT32, BASE_DEC, NULL, 0x0,
"MySQL Max packet", HFILL }},
{ &hf_mysql_charset,
@@ -3599,7 +3599,7 @@ void proto_register_mysql(void)
{ &hf_mysql_binlog_server_id,
{ "Binlog server id", "mysql.binlog.server_id",
- FT_UINT16, BASE_HEX, NULL, 0x0,
+ FT_UINT32, BASE_HEX, NULL, 0x0,
"server_id of the slave", HFILL }},
{ &hf_mysql_binlog_file_name,