tls: fix typo

broli -> brotli

Bug: 15647
Change-Id: Ifa6e20fb78cd2672a4c6e15fa491ac1bf6ab2dbd
Reviewed-on: https://code.wireshark.org/review/32596
Reviewed-by: Jeff Morriss <jeff.morriss.ws@gmail.com>
This commit is contained in:
Alexis La Goutte 2019-03-27 09:45:59 +00:00 committed by Jeff Morriss
parent 38b186cf66
commit db847e9717
1 changed files with 1 additions and 1 deletions

View File

@ -1357,7 +1357,7 @@ static const ssl_alpn_prefix_match_protocol_t ssl_alpn_prefix_match_protocols[]
const value_string compress_certificate_algorithm_vals[] = {
{ 1, "zlib" },
{ 2, "broli" },
{ 2, "brotli" },
{ 0, NULL }
};