http3: fix QPACK blocked streams filter

This commit is contained in:
Lucas Pardue 2022-01-16 05:20:27 +00:00 committed by A Wireshark GitLab Utility
parent 1370a6186f
commit e06020e391
1 changed files with 1 additions and 1 deletions

View File

@ -497,7 +497,7 @@ proto_register_http3(void)
"The default value is unlimited.", HFILL }
},
{ &hf_http3_settings_qpack_blocked_streams,
{ "Blocked Streams", "http3.settings.qpak.blocked_streams",
{ "Blocked Streams", "http3.settings.qpack.blocked_streams",
FT_UINT64, BASE_DEC, NULL, 0x0,
NULL, HFILL }
},