Wireshark 4.7.0
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
Public Attributes | List of all members
nghttp2_huff_sym Struct Reference

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
 

Detailed Description

Huffman code entry for a single symbol in the HPACK static Huffman table.

Member Data Documentation

◆ code

uint32_t nghttp2_huff_sym::code

Huffman code for this symbol, right-aligned (LSB-aligned)

◆ nbits

uint32_t nghttp2_huff_sym::nbits

Number of bits in the Huffman code for this symbol


The documentation for this struct was generated from the following file: