|
Wireshark 4.7.0
The Wireshark network protocol analyzer
|
Huffman code entry for a single symbol in the HPACK static Huffman table. More...
#include <nghttp2_hd_huffman.h>
Public Attributes | |
| uint32_t | nbits |
| uint32_t | code |
Huffman code entry for a single symbol in the HPACK static Huffman table.
| uint32_t nghttp2_huff_sym::code |
Huffman code for this symbol, right-aligned (LSB-aligned)
| uint32_t nghttp2_huff_sym::nbits |
Number of bits in the Huffman code for this symbol